Quantcast
Channel: Developments » bash
Browsing latest articles
Browse All 6 View Live

Branching with Git – keeping remote and local sync’d

Update 8-14-2012. I posted a follow up to this post here: Branching with Git – Follow up on keeping remote and local sync’d Max pointing me to his method of branching, inspired by:...

View Article



Drupal DB backup bash script with Drush and Git

I like to make incremental backups of my drupal databases. To do that I’ve tried combine the best practices* into one bash script that I can run periodically and easily. The end result is a bash...

View Article

bash function – cddrush

This is a quick function that reduces the keystrokes for using ‘drush dd’ in a cd command like so: cd `drush dd @my.site.alias:%site` Which is great but this is simpler cddrush my.site.alias Oh, that’s...

View Article

Branching with Git – Follow up on keeping remote and local sync’d

I saw a follow up comment on the article that I built my git-create-branch function on and so I updated the code. *Thanks goes to Olivier Clavel. Here’s the update:...

View Article

Auto populate from History via up and down arrow keys

I posted a highlight of some bash code that Jason H shared last year in my git_bash_files repo on bitbucket. Auto_populate_from_History_via_up_and_down_arrow_keys

View Article


An improved PS1 for Git in Bash

Last year I updated my bash prompt (PS1) to include the active git branch name. A few months ago I added to the the active repository name. So here’s an example of my PS1 when I’m in a git tracked...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images