This profile is from a federated server and may be incomplete. Browse more on the original instance.
popcar2, 1 year ago to programmer_humor in GitHub Desktop or Git CLI? git pull git add * git commit -m “Some stuff” git push And occasionally when you mess up git reflog git reset HEAD@{n} (where n is where you wanna roll back to) And occasionally if you mess up so hard you give up git reset --hard origin/main And there you go. You are now a master at using git. Try not to mess up.
And occasionally when you mess up
And occasionally if you mess up so hard you give up
And there you go. You are now a master at using git. Try not to mess up.
popcar2, 1 year ago to programmer_humor in GitHub Desktop or Git CLI? FWIW not everyone using source control is a programmer. I’ve seen artists in game dev using GUI tools to pull new changes and push their assets.
FWIW not everyone using source control is a programmer. I’ve seen artists in game dev using GUI tools to pull new changes and push their assets.