Before I got my CS degree I was strongly considering getting my undergrad in Astronomy. What I would do now to bring my two biggest passions together and build algorithms that could reach out to space and beyond. #frontEnd#DenverDevpbs.org/newshour/science/kat…
I use rebase a lot, and find using remote branches so much easier - no need to get the local base branch up to date:
git fetch
git rebase origin/master
vs
git checkout master
git pull
git checkout mybranch
git rebase master
Hope this helps someone make their workflow better✨
A lot of friends of mine and developers I know have been making the switch to #VSCode . They've been trying to talk me into it but I've been using #Sublime since my freshman year of college (5 years!), my loyalty is being tested. #frontend#webdeveloper#javascript