Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Saturday, May 18, 2019

Git Commands ( Part 08 ) (Remove existing remote origin in git)

Remove existing remote origin in git


git remote rm origin
git remote add origin git@github.com:username/myapp.git

Tuesday, April 17, 2018

Git Commands ( Part 03 ) (Remote: GitHub)(Create,Clone,Push,Status,Add,Commit)


  •  To begin, type whoami into the terminal.

Git Commands ( Part 02 ) (Create,Add,Check,Different)

  • Navigate to the "git folder" folder that we created earlier. now  git init tell git to make it a repository. A repository is a storage area where a version control system stores old revisions of files and information about who changed what, when.