Useful git commandsPosted on November 22 2023 / in GITTo have this happen automatically for branches without a trackingupstream, see ‘push.autoSetupRemote’ in ‘git help config’.
How to push your project to herokuPosted on September 11 2018 / in TipsGo to your project write heroku login then git add . git commit -m "update" git push heroku master
How to enable LF linux style line endings on Windows / PhpStorm / GITPosted on September 4 2018 / in TipsIn your command prompt / powershell enter git config --global core.autocrlf false if you are getting errors when cloning git products in PHPSTORM
Recent Comments