User:Chill: Difference between revisions

From GT New Horizons
Content added Content deleted
m (save page WIP here)
mNo edit summary
Line 1: Line 1:
Contact me on Discord: chill#9679
Contact me on Discord: chill#9679


Below are the things that I use or refer to:
Below is WIP:


* Commit messages, AngularJS style ([https://gist.github.com/stephenparish/9941e89d80e2bc58a153 link])
If you'd like to keep your real life and modding identities separate, Git and ssh let you manage different identities on a per-folder basis.

This page tells a way to do it without any actions later - you just go to the correct repo, and it uses the correct identity.

== Linux ==

=== Configuring name/email per folder ===
We will use OrderedSet as an example of a dev identity. Replace it with your own when you apply the steps.

Create a ~/.gitconfig file and populate with the paths you want to store your identities in.
When you are in the "includeIf" folder or any of the children folders, it will use the path you specify to set the user.name and user.email fields:

Revision as of 16:26, 29 April 2023

Contact me on Discord: chill#9679

Below are the things that I use or refer to:

  • Commit messages, AngularJS style (link)