-
Notifications
You must be signed in to change notification settings - Fork 0
git commande
RaoufCherif edited this page May 26, 2023
·
8 revisions
gitfetch && git rebase originr / main git push
ls -al sudo chown www-data:www-data -R checkout/
sudo apt-get update && sudo apt-get upgrade
sudo git reset --hard origin/main
ssh -t ubuntu@51.75.125.60 -p 55555
docker compose logs -f --tails wordpress
git commit --amend
pour enregistrer les commit
git stash -u
pour remetter les commit
git stash pop
git rebase -i HEAD~7