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

...

Read More
08-install gitman

by danaukes

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

Read More
Git Extensions Setup

by danaukes

Git Extensions

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

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

Read More
Git Basics

by danaukes

A place to hold git specific notes
Read More
Dealing with Dangling Commits

by danaukes

External ...

Read More
Git Commands

by danaukes

a handy cheatsheet of my most used and looked up git commands
Read More
Using Github with two accounts

by danaukes

Instructions

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

    follows ...

Read More