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

...

Read More
08-install gitman

by Dan Aukes

Gitman is my python based package for scanning a computer and pulling all your repositories ...

Read More
Git Extensions Setup

by Dan Aukes

Git Extensions

Git Extensions is a useful gui that has been ported over to ubuntu ...

Read More
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 ...

Read More
Git Basics

by Dan Aukes

A place to hold git specific notes

Read More
Git Commands

by Dan Aukes

a handy cheatsheet of my most used and looked up git commands

Read More
Using Github with two accounts

by Dan Aukes

Instructions

  1. Create a new, separate key for each github account

    follows ...

Read More
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 \

...

Read More