TortoiseGit is a Git code control client, which is based on TortoiseSVN. It is an open source software under GNU license
Go to github.com and login
Create a new Repository.
Create a remote Github repo and name it.
Copy the line containing your project link : https://github.com/Developerayo/My-Project-testing-tortiseGIT-.git
Now lets head over to the TortoiseGit we installed earlier.
Once you have got that all opened, click on generate then move the mouse all around the box to make it go faster
After clicking on generate, you will have a box like this below
kp/84m3Ea1n/bVDEDfWve2hH6MGcaMM3KVBhMB+6j9LVludG8zYAIt+vrDI/F9f2pZv27h9DznOT+
0PJg4cpOkRSFJTgI3tY4cNTWr5kTZdBONEMI+QGNtpWwr774S
https://github.com/Developerayo/My-Project-testing-tortiseGIT-.git
Create a folder on desktop and name it. Mine is named Code, then create a file in the folder, Mine is named myproject. Create a text file named hi.txt and put some text in it.
lets move on to putting the github link to use
Now lets go back to that created Repo on GITHUB
Remember the link you copied from github
https://github.com/Developerayo/My-Project-testing-tortiseGIT-.git
let us make use of that.
Right click on the folder you created mine is named ‘myproject’, then click on tortoisegit, followed by the push selection at the top of the list.
Click on the manage button it would pop up another dialog box like that below
Remote: Origin
URL: your github url you copied earlier mine is https://github.com/Developerayo/My-Project-testing-tortiseGIT-.git\
The the ssh or putty key you saved earlier, you would have to add that file here from were you saved it
Click add new
It the starts pushing it to your already created GitHub Repo
Lastly visit your repo on GitHub
Hurray 🎉🎉 you just deployed your first file to GitHub using TortoiseGIT
Thanks for reading! 🔥🚀