Missing Documentation on how to add an alias in Github #441
Labels
complexity: small
All steps are laid out in detail so that someone new to the project can work on it
feature: docs: PD team documentation
documentation on PD team processes and architecture, etc.
good first issue
Good for newcomers
ready for dev lead
s: PD team
stakeholder: People Depot Team
size: 0.25pt
Can be done in 0.5-1.5 hours
Milestone
Overview
We need to add documentation, so that developers can add a git alias to the global git config
Action Items
Resources/Instructions/Tags
Documentation Addition Notes
What's missing?
This is the process for adding a git alias to the global git config:
Run this in the terminal:
That will open an editor in which you can edit the global git config file.
Add the git alias under the
[alias]
section and save the file. The alias is now available for use.Where should it go?
When would this information have been useful?
wherever documentation says to add a git alias
Which roles will benefit most from this information?
The text was updated successfully, but these errors were encountered: