Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 29, 2022 07:39 pm GMT

Comandos principales en Git

Git init
Git status
Git add texto.txt
Git status
Git rm --cached text.txt
Git status
git commit -m "primer commit"
git add . -> agregar todos los archivos
git log -> lista los commit
git show text.txt -> cambios


Original Link: https://dev.to/jkevinfg/comandos-principales-en-git-54e9

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To