Skip to content

ashishchauhan9596/gittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git init # initialize git in your local machine by making .git

git status # check the status of all file either new or modified in initailisec folder
 
git add -A # add all new the files 

git commit -m "your message" # files add are ready to commit on remote

git add remote origin https://github.com/toddmotto/public-apis # provide the address of repository 

git push -u origin master # by this command you can push your committed files to the remote server into the master brach of your repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages