git init -b master
git add .
git commit -m "First commit"
git remote add origin <REMOTE_URL>
# Sets the new remote
git remote -v
# Verifies the new remote URL
git push -f origin master
# Pushes the changes in your local repository up to the remote repository you specified as the origin
-
Notifications
You must be signed in to change notification settings - Fork 0
ayanNullPointerEx/git-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
bla bla ..
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published