gunadarma-academy / ASDE

Advanced Software Design & Engineering (ASDE)
3 stars 0 forks source link

Be aware of various configs, especially gitignore #3

Open mhaidarhanif opened 8 years ago

mhaidarhanif commented 8 years ago

Git by default has various configurations. Things like user name, user email, preferred editor, ignored files, line ending, command alias, commit message template, SSH key, PGP key, and so much more.

Please be aware of those essentials. You can start as simple as looking your own gitconfig at ~/.gitconfig. Then you can setup your gitignore globally in your home or locally in every repo you have. If you have any question, ask here.

Here are some useful references that cover those:

P.S.: You can see my gitconfig and gitignore here https://gist.github.com/mhaidarh/5170182, other than here https://github.com/mhaidarh/dotfiles/blob/master/gitignore

mhaidarhanif commented 8 years ago

Mari kita tau, sadar, dan waspada.

cc: @gunadarma-academy/michi @gunadarma-academy/big-bang @gunadarma-academy/go-pals @gunadarma-academy/papier @gunadarma-academy/reborn @gunadarma-academy/screaming-airman

Feel free to add or discuss your own here, so all of us in the class can know.