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
-
Notifications
You must be signed in to change notification settings - Fork 0
ashishchauhan9596/gittest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published