Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
17b55e0f
Commit
17b55e0f
authored
Apr 30, 2020
by
Jay Ta'ala
Browse files
Added my .tigrc config (for tig - the ncurses git client).
parent
749a949f
Changes
1
Show whitespace changes
Inline
Side-by-side
tig/.tigrc
0 → 100644
View file @
17b55e0f
# Notes (see man tigrc for more info):
# ! Run the command in the foreground with output shown.
# @ Run the command in the background with no output.
# + Run the command synchronously, and echo the first line of output to the status bar.
# ? Prompt the user before executing the command.
# < Exit Tig after executing the command.
# > Re-open Tig instantly in the last displayed view after executing the command.
bind generic . @git stage .
bind generic ; ?git reset --hard
bind generic = !git commit
bind generic + ?git commit --amend
bind generic \ ?git push
bind generic | ?git push --force
bind generic , >git diff %(commit)..%(head)
bind generic ` !git checkout %(branch)
bind generic M ?git merge %(branch) --no-ff
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment