Tagged Questions
12
votes
4answers
857 views
How can I create an alias for a command that includes a space?
Most of my my aliases are of this form: alias p='pwd'
I want to alias git commit so that it does git commit -v
But trying to create an alias with a space gives an error:
$ alias 'git commit'='git ...
0
votes
2answers
641 views
Git Server Bash and SSH
I want to use Git over SSH with my Linode VPS running Ubuntu 10.04 LTS.
Instructions seem pretty easy, infact given I had already setup my SSH key etc..
All I had to do was instruct my local ...