Tower

active coding

Tower is renowned for its robust handling of advanced Git operations like interactive rebasing and submodules. The `gittower` CLI tool empowers developers to instantly summon Tower's visual interface for the current terminal directory. This creates a highly efficient hybrid workflow, utilizing the terminal for speed and Tower for complex history manipulation.

#git#version-control#gui#productivity

⌨️ Install

embedded

CLI

echo official
echo "alias gtower='gittower `git rev-parse --show-toplevel`'" >> ~/.bash_profile

What it can do

  • launch the visual interactive rebase interface from a terminal script
  • visually inspect staging areas for specific submodules located via shell commands
  • recover lost commits using the visual Reflog triggered from the command line

Comments

Rating:
0 / 1000 chars
Loading…