Skip to content

Instantly share code, notes, and snippets.

View sycobuny's full-sized avatar

Stephen Belcher sycobuny

  • Kelly Services, NIH/NIA
  • Baltimore, MD
View GitHub Profile
@sycobuny
sycobuny / merge
Last active December 17, 2015 17:09 — forked from rintaun/merge
sycobuny@valhalla:~/gittest$ git init .
Initialized empty Git repository in /home/sycobuny/gittest/.git/
sycobuny@valhalla:~/gittest$ touch first
sycobuny@valhalla:~/gittest$ git add first
sycobuny@valhalla:~/gittest$ git commit -m "first"
[master (root-commit) be18d08] first
0 files changed
create mode 100644 first
sycobuny@valhalla:~/gittest$ git checkout -b branch
Switched to a new branch 'branch'