Posts with "git" Tag
Gitman repository manager
by danaukes
A nice little package for synchronizing git repositories all over your computer
Package URL: https://github.com/danb0b/code_git_tools
Common commands
...
08-install gitman
by danaukes
Gitman is my python based package for scanning a computer and pulling all your repositories ...
Git Extensions Setup
by danaukes
Git Extensions
Git Extensions is a useful gui that has been ported over to ubuntu ...
Setting up Git
by danaukes
git config --global user.email "danaukes@gmail.com"
git config --global user.name "Dan Aukes"
Update git
```bash roscd thorlabs_linear_actuator/ git status git add ...
Using Github with two accounts
by danaukes
Instructions
-
Create a new, separate key for each github account
follows ...