Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
[alias]
co = checkout
c-p = cherry-pick
ci = commit
st = status
ds = diff --staged
br = branch
bn = rev-parse --abbrev-ref HEAD
reba = rebase origin/master
rebad = rebase origin/develop
doga = log --decorate --oneline --graph --all
[user]
name =
email =
[color]
ui = auto
[push]
default = simple
[core]
excludesfile = ~/.gitignore_global
[pull]
ff = only