Posts with "git" Tag
Gitman repository manager
by Dan Aukes
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 Dan Aukes
Gitman is my python based package for scanning a computer and pulling all your repositories ...
Git Extensions Setup
by Dan Aukes
Git Extensions
Git Extensions is a useful gui that has been ported over to ubuntu ...
Setting up Git
by Dan Aukes
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 Dan Aukes
Instructions
-
Create a new, separate key for each github account
follows ...
install git clients
by Dan Aukes
```bash flatpak install -y flathub \ com.jetpackduba.Gitnuro # io.github.gitahead.GitAhead \ # com.github.Murmele.Gittyup \ # com.github.git_cola.git-cola \ # com.syntevo.SmartGit \