Skip to content

Commit

Permalink
final final now.
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 21, 2016
1 parent 4367468 commit 7d3cbad
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ C: collaborate on a git project

# 5) now do your work, test that everything works etc.
vi contributors
git diff contributors
tkdiff contributors # example program that knows about 'git'
git commit contributors

mkdir MyCode
Expand All @@ -112,6 +114,33 @@ C: collaborate on a git project
git push origin --delete test1


Finally:
Put some useful things in your ~/.gitconfig file, e.g. via
git config --global user.name "Peter Teuben"
git config --global user.email [email protected]
etc. etc.


[user]
email = [email protected]
name = Peter Teuben
[credential]
helper = cache --timeout 10000
[core]
editor = mem
[merge]
tool = meld
[push]
default = simple
[color]
diff = auto
status = auto
branch = auto
[alias]
ci = commit
co = checkout



Questions:

Expand Down

0 comments on commit 7d3cbad

Please sign in to comment.