Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Init
- mkdir Farming-Game
- cd Farming-Game
- git init
- git remote add origin git@github.com:spacechase0/Farming-Game.git
- # Update to most recent changes
- git pull origin master
- # Commit changes
- git status
- # Add all of the files that show up red like this...
- git add file.name
- # Commit
- git commit -m "Commit message"
- git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement