So today, after finishing the required editing about my forthcoming published tutorial on JCG, I wanted to push the final compressed project in the corresponding GitHub repository.
Here is a full guide of how he do something like this:
Here is a full guide of how he do something like this:
- Firstly, locate Git Shell to the directory of the local repository
- Ensure that you have the right "version" of the remote repository by pulling it:
git pull
- Add the file that you wish to push: git add [filename]
- Commit changes (it is recommended to also submit a commit message, something that can be done with the -m parameter): git commit -m "your commit message"
- Push changes to the remote repository: git push
And a personal statement: Finally, I have to admit that learning Git wasn't a pain at all.
No comments:
Post a Comment