❤
If you are slightly lazy (like me) you can use github desktop. I init the repo using the terminal then use desktop to publish the repo to github and do the committing/pulling through the terminal. That way you don't have to set up the remote or log into github though the terminal. Because github desktop doesn't have git stash or git commit --amend😯. And the terminal is just faster.
❤
If you are slightly lazy (like me) you can use github desktop. I init the repo using the terminal then use desktop to publish the repo to github and do the committing/pulling through the terminal. That way you don't have to set up the remote or log into github though the terminal. Because github desktop doesn't have
git stashorgit commit --amend😯. And the terminal is just faster.Interesting! I've never tried GitHub desktop since I was trained to do it all on the terminal