Git y Github

!=

InstalaciĆ³n

ConfiguraciĆ³n

git config --global user.name tunombre
git config --global user.email tu@mail.com

Primer repositorio

 git init

git status

git add

git commit -m "mensaje"

.gitignore

git remote add origin [repo]

git clone [repo]

git push

git branch [branch]

git checkout -b [branch]

Git y github

By Carlos Silva

Git y github

  • 31