From a141b93d4b3de6d4e404c657dcf7c1a91ca2ab6c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 25 Nov 2013 15:07:45 -0500 Subject: Rename `newbranch` to `start` for tersity (thanks, @idcmp!) --- aliases.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aliases.gitconfig') 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]` -- cgit v1.2.3