| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
We know your hands are getting itchy and wants to continue typing on some Python codes. In the first place, you attended our study group to learn Python and wait.... you are redirected to a page to learn this three letter word, git.
Just believe in us! Later on your tech career you will thank us for introducing Git.
Git is a helpful tool for code backup, version control/tracking and code sharing!
Aside from these, we in the Python study group wants you to use Git so that:
If you have done few exercises, you may have:
Now, we want you to deep dive into GIT!
Try Git using this tutorial
!> Please install Git on your machine
For your succeeding exercises, we want you to upload your work by using git instead of the upload button!
git clone [url]
or
git pull
git add [file]
git push
| Back | FazBrowse Home | New Git URL |