A place to keep notes for the atom-git-github pipeline.
https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone
atom: cmd-shift-P github CLONE
- on folder : rm -rf .git
- rm -rf folder
Easiest way for me was to open on desktop, then on Atom open the local repo, not as a folder.
In Folder git clone https://github.com/KenoLeon/atom-git-integration.git
#Fetch:
$ git fetch --all
#Branch:
$ git checkout -b branch1
Changes to keep