Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartIanNaylor committed Mar 27, 2019
1 parent 9c3b06e commit 2c38d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ chmod +x /usr/local/bin/zram-swap-config-uninstall.sh && sudo /usr/local/bin/zra
```

## Git Branches & Update
From the command line, enter `cd <path_to_local_repo>` so that you can enter commands for your repository.
Enter `git add --all` at the command line to add the files or changes to the repository
Enter `git commit -m '<commit_message>'` at the command line to commit new files/changes to the local repository. For the <commit_message> , you can enter anything that describes the changes you are committing.
Enter `git push` at the command line to copy your files from your local repository to remote.

0 comments on commit 2c38d00

Please sign in to comment.