0

Github

Can anyone tell me how to use GitHub for coding?

16th May 2025, 7:10 AM
Alfaz Ladji
Alfaz Ladji - avatar
4 Antworten
+ 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
16th May 2025, 7:26 AM
Alhaaz
Alhaaz - avatar
+ 4
We have a git tutorial here on SL: https://www.sololearn.com/learn/1236/?ref=app
16th May 2025, 1:36 PM
Keith
Keith - avatar
+ 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.
16th May 2025, 7:57 AM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
0
Ok but I am using in mobile so which app I use to code?
16th May 2025, 7:34 AM
Alfaz Ladji
Alfaz Ladji - avatar