diff options
| -rw-r--r-- | aliases.gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aliases.gitconfig b/aliases.gitconfig index d1c3679..0753913 100644 --- a/aliases.gitconfig +++ b/aliases.gitconfig @@ -29,10 +29,10 @@ prstash = config --add remote.origin.fetch +refs/pull-requests/*/from:refs/pull/* ## Branch lifecycle - # Create a branch: `git newbranch BRANCHNAME` (protip: run `git fall` + # Create a branch: `git start BRANCHNAME` (protip: run `git fall` # first.) The new branch will track origin/master by default. # Tracking info gets used below. - newbranch = checkout --track origin/master -b + start = checkout --track origin/master -b # Branch log for the current branch: `git blog [log options]` blog = log HEAD@{upstream}..HEAD # Aggregate diff of the current branch: `git bdiff [diff options]` |
