Download free trial 👉 www.git-tower.com
To quickly AMEND the previous commit, press the ⌥ key (or hold CTRL+ALT on Windows). The "Commit" button will transform into "Amend" and the last commit message will automatically fill the message text field.
#gittowertips
To quickly AMEND the previous commit, press the ⌥ key (or hold CTRL+ALT on Windows). The "Commit" button will transform into "Amend" and the last commit message will automatically fill the message text field.
#gittowertips
By holding down the ⌥ key, you can skip the dialogues and perform a QUICK Fetch, Pull, Push, Merge, or Rebase with the default values.
#gittowertips
By holding down the ⌥ key, you can skip the dialogues and perform a QUICK Fetch, Pull, Push, Merge, or Rebase with the default values.
#gittowertips
If you're on a Mac, creating a Pull Request can be as easy as drag and drop!
In the sidebar, simply drag the desired branch onto the "Pull Requests" workspace view.
Alternatively, you can press ⌘ + ⌃ + P.
#gittowertips
If you're on a Mac, creating a Pull Request can be as easy as drag and drop!
In the sidebar, simply drag the desired branch onto the "Pull Requests" workspace view.
Alternatively, you can press ⌘ + ⌃ + P.
#gittowertips
You can use Quick Actions (⌘ + ⇧ + A) to quickly access all the commits that affected a specific file.
Simply type the file's name and choose "Show File History".
#gittowertips
You can use Quick Actions (⌘ + ⇧ + A) to quickly access all the commits that affected a specific file.
Simply type the file's name and choose "Show File History".
#gittowertips
For lightning fast commits, memorize these 3 keyboard shortcuts:
- ⌘ + ⇧ + E to stage all current changes.
- ⌘ + ⇧ + C to activate the commit dialog.
- ⌘ + ⏎ to add that commit to the commit history.
#gittowertips
For lightning fast commits, memorize these 3 keyboard shortcuts:
- ⌘ + ⇧ + E to stage all current changes.
- ⌘ + ⇧ + C to activate the commit dialog.
- ⌘ + ⏎ to add that commit to the commit history.
#gittowertips
To create precise, granular commits, click and drag to select the lines you wish to stage.
You can then review the number of staged lines or chunks by clicking on "Staged".
#gittowertips
To create precise, granular commits, click and drag to select the lines you wish to stage.
You can then review the number of staged lines or chunks by clicking on "Staged".
#gittowertips
Get the Poster 👉 www.git-tower.com/blog/develo...
Get the Poster 👉 www.git-tower.com/blog/develo...
Learn how to undo and recover from mistakes in Git with our free videos and cheat sheet 👇
www.git-tower.com/learn/git/f...
Learn how to undo and recover from mistakes in Git with our free videos and cheat sheet 👇
www.git-tower.com/learn/git/f...
1. btop (github.com/aristocratos...)
2. ncdu (dev.yorhel.nl/ncdu)
3. fd (github.com/sharkdp/fd)
4. git-flow-next (git-flow.sh)
5. z (github.com/rupa/z)
6. zellij (zellij.dev)
7. asdf (asdf-vm.com)
1. btop (github.com/aristocratos...)
2. ncdu (dev.yorhel.nl/ncdu)
3. fd (github.com/sharkdp/fd)
4. git-flow-next (git-flow.sh)
5. z (github.com/rupa/z)
6. zellij (zellij.dev)
7. asdf (asdf-vm.com)
Snapshots are stashes that are automatically reapplied to the working copy — quite handy when you want to quickly try out an idea!
You can create full or partial snapshots. Your current state will be safely stored in the "Stashes" view.
#gittowertips
Snapshots are stashes that are automatically reapplied to the working copy — quite handy when you want to quickly try out an idea!
You can create full or partial snapshots. Your current state will be safely stored in the "Stashes" view.
#gittowertips
You can press the SPACEBAR to stage the currently selected file.
If you prefer, you can visit the "Preferences" window and set it to "Quick Look" the file instead.
#gittowertips
You can press the SPACEBAR to stage the currently selected file.
If you prefer, you can visit the "Preferences" window and set it to "Quick Look" the file instead.
#gittowertips
Debug like a pro with this tool: simply mark commits as "good" or "bad," and git bisect will handle the rest!
#git #devtips #programming #webdevelopment #webdeveloper #coding #github
Debug like a pro with this tool: simply mark commits as "good" or "bad," and git bisect will handle the rest!
#git #devtips #programming #webdevelopment #webdeveloper #coding #github