Coggle requires JavaScript to display documents.
git add --all
git checkout <hash in git log>
git checkout master
git branch <name> <hash-head>
git branch -m <old-name> <new-name>
git branch -D alternate
git merger <branch-name>
git rm <file>
rm <file>; git add <file>
master
git branch -a
git checkout -b <localname> origin/<branchname>
git clone --mirror <git-project-url> .git
git config --bool core.bare false
git reset --hard
git clone -b <branch-name> <url>
git -drm .git
git add .
git commit -m "first commit"