Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mukeshsolankii/musa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musa

this is how to upload the files or folder to github reposetory.

First of all type this command to your cmd.

-->git init

to initialize the git in your folder which you want to upload to github.

-->git status

to see the status of your files.

-->git add .

to add all file to git.

-->git commit -m 'first commit'

to commit the changes made in your file.

-->git push --set-upstream https://github.com/your-username/your-repository master

to push the files to github..

and thats all...

Thank you!!!!:+1: :fu:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published