Skip to content

BFH-E3d/info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

info

Info for git config

Set your name and your email. (Please use real name!)

git config --global user.name "Vorname Lastname"
git config --global user.email vorname.lastname@students.bfh.ch

Tell Git to remember your password

git config --global credential.helper cache

Remove a warning in Git < 2.0

git config --global push.default simple

Releases

No releases published

Packages

No packages published