0
Github
Can anyone tell me how to use GitHub for coding?
4 Réponses
+ 5
GitHub is a platform to store and manage code using Git. Here's how to use it:-
i) Create a repository to store your code
ii) Clone it and download it locally using git clone
iii) Edit code and make your changes
iv) Commit changes and save updates with git commit
v) Push to GitHub, upload changes using git push
It helps with version control, team collaboration, and tracking code history
+ 4
We have a git tutorial here on SL:
https://www.sololearn.com/learn/1236/?ref=app
+ 2
Rame If you are talking about Github, it is also available on mobile. You can use Github app from play store or use the web version, whatever you want.
0
Ok but I am using in mobile so which app I use to code?