Commit 25844f75cdffb7c1c17c9674b30c7a507fbbff7e

Close tig after starting a rebase
Author: xaizek
Author date (UTC): 2018-03-23 21:53
Committer name: xaizek
Committer date (UTC): 2018-03-23 21:54
Parent(s): 8f9057785b53f946f5b29b3dd35f17ccd5a3956a
Signing key: 99DC5E4DB05F6BE2
Tree: ac47bdded8f65edc475859a9cd6cefb2eada4da5
File Lines added Lines deleted
tigrc 1 1
File tigrc changed (mode: 100644) (index 3d43711..7bc1929)
... ... bind generic K scroll-line-up
13 13 bind status C !git commit -v bind status C !git commit -v
14 14
15 15 # initiate interactive rebase until current commit # initiate interactive rebase until current commit
16 bind main x !git rebase -i %(commit)^
16 bind main x <git rebase -i %(commit)^
17 17
18 18 # customize pseudo-graphic defaults # customize pseudo-graphic defaults
19 19 set line-graphics = utf-8 set line-graphics = utf-8
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/dotfiles

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

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