This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
TC
/
three-nodes
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7c84d7973a
Branches
Tags
master
three-nodes
/
hard-reset.sh
hard-reset.sh
81 B
Historique
Raw
1
2
3
4
5
#/bin/bash
git fetch --all
git reset --hard origin/master
echo "Hard reset done"