Skip to content

Git Development Workflow & Basics

nam20485 edited this page Oct 7, 2017 · 2 revisions

#Git Basics

Prereqs: AddingYourSSHKeyToGitHub.md

creating a repo on github cloning github repo

adding existing source project to a github repo

Typical Developer workflow git clone a repo modify existing file create new file
git add git commit git push

RabbitVCS

Branching
feature branches

create branch
modify & commit change
merge branch back to master
Clone this wiki locally