/atom-git-integration

A place to keep notes for the ever changing atom-git-github pipeline.

atom-git-integration

A place to keep notes for the atom-git-github pipeline.

General Docs:

https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone

CLONE:

atom: cmd-shift-P github CLONE

REMOVE local:

  1. on folder : rm -rf .git
  2. rm -rf folder

CLONE Private:

Easiest way for me was to open on desktop, then on Atom open the local repo, not as a folder.

CLONE repo:

In Folder git clone https://github.com/KenoLeon/atom-git-integration.git

#Fetch:

$ git fetch --all

#Branch:

$ git checkout -b branch1

Changes to keep