Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created July 25, 2013 13:06
Show Gist options
  • Select an option

  • Save imsickofmaps/6079427 to your computer and use it in GitHub Desktop.

Select an option

Save imsickofmaps/6079427 to your computer and use it in GitHub Desktop.
mikej at Michaels-MacBook-Air in ~/Documents/code
○ git clone https://github.com/praekelt/django-mpowering-healthcare
Cloning into 'django-mpowering-healthcare'...
Username for 'https://github.com': imsickofmaps
Password for 'https://[email protected]':
warning: You appear to have cloned an empty repository.
mikej at Michaels-MacBook-Air in ~/Documents/code
○ cd django-mpowering-healthcare
mikej at Michaels-MacBook-Air in ~/Documents/code/django-mpowering-healthcare git:(master)
± git remote add skeleton https://github.com/praekelt/django-skeleton.git
mikej at Michaels-MacBook-Air in ~/Documents/code/django-mpowering-healthcare git:(master)
± git fetch skeleton
remote: Counting objects: 130, done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 130 (delta 60), reused 86 (delta 19)
Receiving objects: 100% (130/130), 21.99 KiB, done.
Resolving deltas: 100% (60/60), done.
From https://github.com/praekelt/django-skeleton
* [new branch] develop -> skeleton/develop
* [new branch] feature/issue-1-testing-skeleton -> skeleton/feature/issue-1-testing-skeleton
* [new branch] feature/issue-2-add-fabfile -> skeleton/feature/issue-2-add-fabfile
* [new branch] feature/issue-2-fabfile -> skeleton/feature/issue-2-fabfile
* [new branch] master -> skeleton/master
mikej at Michaels-MacBook-Air in ~/Documents/code/django-mpowering-healthcare git:(master)
± git merge skeleton/develop
mikej at Michaels-MacBook-Air in ~/Documents/code/django-mpowering-healthcare git:(master)
± git checkout develop
Branch develop set up to track remote branch develop from skeleton.
Switched to a new branch 'develop'
mikej at Michaels-MacBook-Air in ~/Documents/code/django-mpowering-healthcare git:(develop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment