mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
.gitconfig: Make git ca remove deleted files, too
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
# Clone a repository including all submodules
|
||||
c = clone --recursive
|
||||
# Commit all changes
|
||||
ca = commit -a
|
||||
ca = !git add . && git add -u && git commit -a
|
||||
# Switch to a branch, creating it if necessary
|
||||
go = checkout -B
|
||||
# Undo a `git push`
|
||||
|
||||
Reference in New Issue
Block a user