Is there a way to see all my git commits globally (not just one repo, all my repos on my computer) in one log?
edit: I’ve seen this question on StackOverflow, I’m looking for that but for all of my repos.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not in git itself, no, since it operates at the level of the repository.
You probably want to look into something like mr, which is a tool to work concurrently with multiple repositories at the same time.