Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.18 KB

File metadata and controls

23 lines (18 loc) · 1.18 KB

Tutorial - Part 13: Conclusion and next steps

Where to go from here?

  • Run git machete discover (or git machete github checkout-prs --mine, if you already have open PRs) on your project and see what happens.
  • If you use PyCharm, IntelliJ IDEA, or other JetBrains IDEs, check out the git-machete IntelliJ plugin. It provides a graphical interface for the commands we've learned.
  • For detailed information on every option and configuration key, visit the reference documentation, or run git machete help <command>.

Support the project

If you find git-machete useful, consider:

  • Giving it a star on GitHub.
  • Recommending it to your colleagues. Note that there's no need to switch the entire team at once. Individual team members can use git-machete independently of the tools or workflows used by the rest of the team.
  • Contributing to the project!

< Previous: GitHub/GitLab integration | Back to Top