Overview Version History Q & A Rating & Review
Git Commit Navigator
A Visual Studio Code extension that allows you to navigate between Git commits with ease. Includes buttons to move to the previous or next commit.
Features
Navigate Commits:
Use the status bar buttons to move to the previous or next commit.
Seamlessly switch between commits in your Git repository.
Installation
Open Visual Studio Code .
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X
.
Search for Git Commit Navigator .
Click Install to install the extension.
Reload VS Code if prompted.
Usage
Navigate Between Commits
Use the status bar buttons to navigate:
Previous Commit : Moves to the previous commit (HEAD~1
).
Next Commit : Moves to the next commit (HEAD@{1}
).
Requirements
Visual Studio Code : Version 1.75.0 or higher.
Git : Ensure Git is installed and configured on your system.
Known Issues
If the repository is in a detached HEAD state, navigation may not work as expected.
Contributing
Contributions are welcome! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request.
Fork the repository.
Create a new branch (git checkout -b feature/YourFeatureName
).
Commit your changes (git commit -m 'Add some feature'
).
Push to the branch (git push origin feature/YourFeatureName
).
Open a pull request.
License
This project is licensed under the MIT License.
Support
If you find this extension useful, consider giving it a ⭐️ on GitHub .
Screenshots
// ToDo add Screenshots
Changelog
v1.0.0 (Initial Release)
Added buttons to navigate between commits.
For questions or feedback, feel free to reach out:
GitHub : iamamansharma
Email : hi@amansharma.dev
Website : amansharma.dev