Skip to content

krathod02716/git-and-github-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

git-and-github-setup

install git -->https://git-scm.com/install/windows
add your config into git
open git bash into computer
paste below CMD: git config --global --unset user.name
git config --global --unset user.email
git config --global user.name"krathod02716"
git config --global user.email"krathod02716@gmail.com" check your git config (paste below cmd into gitbash)
git config --list
check your email and username in given output
create a project folder into computer (ex.news-website)
join your folder with github
go to github website (login first)
create a new repo (check for new btn into dashbord -green color btn)
give a name to repo (ex. news-website)
click botton -->create a repo (green botton)
find the link that start with --> git remote add origin -->copy that whole line

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors