#git bot interface
History of !master_branch
- 'master' is the default name for the first branch created by git, and it is in no way special. You can just delete it, and use more meaningful names such as 'dev' 'stable' 'unstable' 'bug/001' etc. If this is a bare repo, you will want to change the default branch(`git symbolic-ref HEAD refs/heads/somebranch`) first.
By ikke at 2014-10-06 19:05:58
- 'master' is the default name for the first branch commited by git, and it is in no way special. You can just delete it, and use more meaningful names such as 'dev' 'stable' 'unstable' 'bug/001' etc. If this is a bare repo, you will want to change the default branch(`git symbolic-ref HEAD refs/heads/somebranch`) first.
By EugeneKay at 2013-02-24 08:11:38
- Master is the default name for the first branch created by git and is in no way special. You could just delete it if you want (though in a bare repository you'll probably want to change HEAD first).
By jast at 2012-01-07 14:52:49
- Master is the default name for the first branch created by git and is in no way special. You could just delete it if you want
By ikke at 2011-12-28 14:51:15