-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Git aliases, vim cursor line and split resize key maps
- Loading branch information
1 parent
8a01623
commit 0ed6766
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[alias] | ||
# List aliases | ||
aliases = config --get-regexp alias | ||
|
||
# Amend the currently staged files to the latest commit | ||
amend = commit --amend --reuse-message=HEAD | ||
|
||
# View the current working tree status using the short format | ||
s = status -s | ||
|
||
s = status | ||
a = add | ||
ap = add -p | ||
pf = push origin HEAD --force-with-lease | ||
po = pull origin HEAD --rebase | ||
[user] | ||
signingkey = AAD459565BD6239C | ||
email = [email protected] | ||
name = Matheus Peviani Vellone | ||
[commit] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters