Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: document git aliases for users #257

Open
Alizter opened this issue Oct 20, 2023 · 0 comments
Open

doc: document git aliases for users #257

Alizter opened this issue Oct 20, 2023 · 0 comments

Comments

@Alizter
Copy link
Contributor

Alizter commented Oct 20, 2023

It would be good to document how git config can have aliases which might allow some of our users to come up with their own convenient shortcuts. Since we are removing commands like gps a it would be useful to show what the proper alternative is.

Here are some of mine:

st = "status -sb";
ll = "log --oneline -40 --reverse";
last = "log -1 HEAD --stat";
cm = "commit -sm";
ci = "commit -s";
co = "checkout";
br = "branch";
@github-project-automation github-project-automation bot moved this to Triage in git-ps-rs Oct 20, 2023
@drewdeponte drewdeponte moved this from Triage to Accepted in git-ps-rs Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant