Skip to content
Aris Thallas edited this page Mar 14, 2014 · 7 revisions

Git branch status in terminal prompt

To be able to view the current branch and its status in the terminal prompt, add this to your .bashrc

Useful git aliases etc

Add global gitignore file, useful aliases etc... Here

Show status in multiple repos

When working in multiple repos, it is useful to know if you have uncommitted or unpushed changes, across all of them. Uncommitted does just that. To install using pip run:

$ sudo pip install uncommitted

Test it giving as an argument the root of repos:

$ uncommitted ~/pandora_ws/src

NOTE: Install pip running sudo apt-get install python-pip.

Optional Advanced Packaging Tool

Aptitude is a good tool handling broken dependencies possibly occurring after upgrade.

sudo apt-get install aptitude

Metapackages

###pandora_audio

  • [Audio capture node](Audio Capture Node)
  • [Audio monitoring node](Audio Monitoring Node)
  • [Audio recording node](Audio Recording Node)
  • [Audio processing node](Audio Processing Node)

Clone this wiki locally