Skip to content

Commit

Permalink
Don't track remote
Browse files Browse the repository at this point in the history
  • Loading branch information
cbachhuber committed Oct 2, 2024
1 parent 03d9833 commit 7d0f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pastefinish() {
function gcamp(){
if ! [ -z $1 ]; then
# trying to commit a second time if the first time failed and was auto-fixed by pre-commit
(git commit -am $1 || git commit -am $1) && git push
(git commit -am $1 || git commit -am $1) && git push origin "$(git_current_branch)"
fi
}
function ff(){
Expand Down

0 comments on commit 7d0f512

Please sign in to comment.