Created
August 13, 2015 17:52
-
-
Save Technicus/094d764724b6b257c5a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| On local machine make a working directory. | |
| In the working directory create a temporary project directory. | |
| Copy project files from server to local machine working/project directory. | |
| Navigate to working/project directory. | |
| Follow this instruction set: | |
| git init | |
| git remote add origin <repo address> | |
| git pull <repo address> | |
| git add -A | |
| git commit -m 'commit message' | |
| git push origin master | |
| To get information: | |
| git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment