Subscribe to our newsletter

If you provide url of your website, we send you free design concept of one element (by our choice)

Subscribing to our newsletter, you comply with subscription terms and Privacy Policy

#git

git shortcut—save to master and amend

May 15, 2020 ≈ 33 seconds

Sometimes you just want to save current work on master no matter on whatever branch you are in. And if you are on some branch—delete it, after saving everything to master. Here how I did it.

git—save everyting to master with message shortcut

May 13, 2020 ≈ 33 seconds

For saving everything to master with a message from whatever branch I work in (and delete it after), I like to use this shortcut.