xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 67fbb4f4b8d5124b26a632bc649003947b43745b

Ignore /src/runtests file
Author: xaizek
Author date (UTC): 2013-10-17 19:55
Committer name: xaizek
Committer date (UTC): 2013-10-17 19:55
Parent(s): 1c9e7b60406527065f01aafdde9cf3bfbd01761d
Signing key:
Tree: e6378d679c8dd1c220c5a8f4616d1d5e3cfd8ec1
File Lines added Lines deleted
.gitignore 1 0
File .gitignore changed (mode: 100644) (index 1036d63e7..75d3ca5d9)
2 2 /data/vim/doc/tags /data/vim/doc/tags
3 3 /data/vifm-help.txt /data/vifm-help.txt
4 4 /src/compile_info.c /src/compile_info.c
5 /src/runtests
5 6
6 7 # created during build process # created during build process
7 8 bin/ bin/
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

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

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