.dotfiles/machetes/git

7 lines
174 B
Plaintext
Raw Normal View History

2024-11-07 18:25:14 -05:00
Setear nueva url
git remote set-url origin ssh@git.server.com:gitsvuser/repo.git
2024-11-07 18:28:31 -05:00
Stagear solo archivos trackeados
git add -u
Commitear solo archivos trackeados
git commit -a