Tips for a better Git commit msg #81
Replies: 3 comments
-
البته تا وقتی پوش نشده میشه تغییر دارد. |
Beta Was this translation helpful? Give feedback.
-
این طور نیست، اصلا برای همین جالب بود که بعد از پوش کردن می شد تغییرش داد!ا |
Beta Was this translation helpful? Give feedback.
-
ممنون از شما. حق به جانب شماست. درواقع آپشن force امکان عوض کردن تاریچه را میدهد و برای همین میتوان از آن استفاده کرد. امّا مشکلاتی هم دارد: We strongly discourage force pushing, since this changes the history of your repository. If you force push, people who have already cloned your repository will have to manually fix their local history. For more information, see "Recovering from upstream rebase" in the Git manual. |
Beta Was this translation helpful? Give feedback.
-
https://chris.beams.io/posts/git-commit/
https://wiki.openstack.org/wiki/GitCommitMessages#Examples_of_good_practice_2
https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53
https://help.github.com/en/articles/changing-a-commit-message
https://gist.github.com/nepsilon/156387acf9e1e72d48fa35c4fabef0b4
Beta Was this translation helpful? Give feedback.
All reactions