How to Git Commit [Beginner Git Tutorial]

preview_player
Показать описание
Watch this beginner Git tutorial video to learn how to Git commit in the command line, including how to add a Git commit message, and how to amend a Git commit. Then, see how to perform a Git commit using the GitKraken Git GUI. Spoiler alert: you can revert a Git commit in GitKraken with our magical Undo button.

#git #learngit #gitcommit #gitkraken #gitclient #gitgui #programming
Рекомендации по теме
Комментарии
Автор

Amazing video guys well done keep up the hard work, Can you do a video if you have accidentally push your changes to the wrong branch and your colleagues has push something how would you go about undoing these changes without losing work

WaheedRafiq
Автор

when I actioned "git commit -m" it did not do anything until I then actioned "git push --all" which then worked. I noticed you didn't include this step in the video is that because mine is not configured correctly? I replicated this in VSS and it then said "sync changes" which I pressed which replicated the git push --all Unsure why I had to sync changes both times if that is what it was doing in Cmd.

stefanlaterra