Crafting Web Experiences
//
Homebrew Installation: https://brew.sh Git Installation: PHP Installation: NVM Installation: Then check the docs here: https://formulae.brew.sh/formula/nvm Yarn Installation: Composer Installation:
Git origin change: Or, add a new origin: To verify:
Email: Username: For one liners:
Delete branch locally Delete branch remotely
To print into a CSV file: References:https://git-scm.com/docs/git-loghttps://stackoverflow.com/a/27313500
(Origin means remote)
You might need this mostly if you are unable to pull since the project is not clean. In short, you can use “git reset –hard” to get back to the last commit. But, you can loose the changes you recently made. Before doing this, I recommend stashing your changes first. 1. Optionally, to get latest…
To remove it: Start installation: If needed: Alternatively, manually download them from:https://developer.apple.com/download/all/
To be able to see the number of git commits in a project, use this command:
You only need to abort last incomplete merge by this command: