adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

Practice using git #11

Closed adamdoty closed 2 years ago

adamdoty commented 2 years ago

with git bash new branch, checkout branch, merge and pull requests, etc.

with pycharm same (use Mastering PyCharm course - src control section)

bbelderbos commented 2 years ago

when using git from the command line git prompt is really good, because you see your active branch you're on in the prompt, I use this on Mac:

https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh

maybe you can quickly google how to make this work on Windows ...

adamdoty commented 2 years ago

I practiced with PyCharms Terminal Emulator - git bash, when I was starting up the discord bot project. Works fine, I don't remember the commands though.