Skip to content

adititripathi89/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

git

Git Basics.

++++++++++++++++++++++++++++ For Generating pair of Key. ++++++++++++++++++++++++++++

ssh-keygen -t rsa -c "emailId"

++++++++++++++++++++++++++++++++++++++++++ Configuring the user Name and the Email ID ++++++++++++++++++++++++++++++++++++++++++

git config --global user.name "Your Name" git config --global user.email "emailId"

To see the Remote ++++++++++++++++++ git remote -v

Setting GitHub Remote URL +++++++++++++++++++++++++ git remote set_url origin https://github.com/UserID/git.git

To unset Global +++++++++++++++++ git config --global --unset

Edited Little bit more! Now what to do?

Lets makes the changes again! Lets write more!

Lets write more!

Lets write another thing!

About

Git Basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors