diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-11-25 15:07:45 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-11-25 15:07:45 -0500 |
| commit | a141b93d4b3de6d4e404c657dcf7c1a91ca2ab6c (patch) | |
| tree | d348eab42482fd07bd9604c787dcdfd72fb4d857 /aliases.gitconfig | |
| parent | 9f71c98ff9baac31ded3f155c616fbf2d638cbf3 (diff) | |
Rename `newbranch` to `start` for tersity (thanks, @idcmp!)
Diffstat (limited to 'aliases.gitconfig')
| -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]` |
