Skip to content

Honestly: I hate git #23675

Discussion options

You must be logged in to vote

Hi @BerndStorck!

I feel you. Git honestly has a pretty steep learning curve which can be extremely frustrating. Once you get your workflow down though, it gets a lot easier.

As @kingthorin said, your steps for getting back into the flow seem good. There are other ways to troubleshoot issues and such but sometimes just starting clean from scratch with your local repository is just the easiest way of going about things.

When you need to sync your local repository with your remote repository before making changes to your code, run git fetch which updates your branches.

Have you taken a look at the GitHub Guides? The Understanding the GitHub Flow guide and the Hello World guide are ones that …

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants