Skip to content

Commit

Permalink
feat(symlinks): add uncommit alias for git
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Jul 4, 2024
1 parent 9a81bd9 commit 01a42c5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions symlinks/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
[alias]

st = status
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
lg = log -p
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
lg = log -p
sw = switch

cmsg = "!f() { git commit -m $1; }; f"
Expand Down Expand Up @@ -131,6 +131,8 @@
# Show a list of which branches you worked on last
gbs = git branch --sort=-committerdate
uncommmit = reset --soft HEAD^
[help]
# Automatically correct and execute mistyped commands
Expand Down

0 comments on commit 01a42c5

Please sign in to comment.