कैसे एक प्रतिबद्ध वापस करने के लिए

कोड उदाहरण

14
0

कैसे एक प्रतिबद्ध वापस करने के लिए

git reset --soft HEAD@{1} # delete the last commit keeping the changes
git reset --hard HEAD@{1} # delete the last commit removing the changes

git push --force origin master # delete the last commit also on remote branch
9
0

वापस git प्रतिबद्ध

git revert <commit hash>
6
0

वापस git प्रतिबद्ध

git revert <the_commit_hash>
4
0

git वापस लौटने के लिए प्रतिबद्ध

# Reset the index and working tree to the desired tree
# Ensure you have no uncommitted changes that you want to keep
git reset --hard 56e05fced

# Move the branch pointer back to the previous HEAD
git reset --soft HEAD@{1}

git commit -m "Reverting to the state of the project at f414f31"
1
0

एक प्रतिबद्ध गिट पर वापस लौटें

git reset --hard 4a155e5
Will move the HEAD back to where you want to be

इसी तरह के पन्ने

उदाहरणों के साथ समान पृष्ठ

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................