Skip to content

Commit

Permalink
add force-with-lease alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Jul 25, 2017
1 parent 24319ca commit 43ceb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish/own_functions/git.fish
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ abbr -a gl "git log --graph --pretty=format:'%G? %Cred%h %Cgreen[%ci] %Cblue<%an
abbr -a gr git rebase
abbr -a grc git rebase --continue
abbr -a gps git push
abbr -a gpsf git push --force-with-lease

# Function that opens the GitHub/GitLab repository corresponding to the current folder.
# Inspired by the post of https://dev.to/shayde/open-the-github-project-page-of-a-repo-from-terminal
Expand Down

0 comments on commit 43ceb3c

Please sign in to comment.