Commit 7e288f2e0b3e722adf749ab4f706e1664cd69f45

Added git repository to README modified: ../README
Author: ksteen
Author date (UTC): 2009-01-28 20:28
Committer name: ksteen
Committer date (UTC): 2009-01-28 20:28
Parent(s): 943efd4ba5391914fd373f2ff8b2348b9162d357
Signing key:
Tree: 1d2f05c2ad38af8e1b892b3ce84594395b4acab1
File Lines added Lines deleted
README 2 0
File README changed (mode: 100644) (index 9f59c42..27d3971)
... ... If you are interested in playing with the source code.
8 8 signals.c - setup_signals() signals.c - setup_signals()
9 9 keys.c - main_key_press_cb() - the main loop. keys.c - main_key_press_cb() - the main loop.
10 10
11 The most current version is available at git@github/ksteen/vifm-w32.git
12
11 13
12 14
13 15
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm-w32

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm-w32

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master