Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:testing_git [2017/04/30 15:00] – stub for Geany-Plugins vfaronov | howtos:testing_git [2017/07/09 01:15] (current) – how to find the versions of GTK+ and GLib used vfaronov | ||
---|---|---|---|
Line 14: | Line 14: | ||
**TODO: equivalents for Fedora etc.** | **TODO: equivalents for Fedora etc.** | ||
+ | |||
+ | If you've never used Git before, you may need to set it up with your name and email (the values you enter don't matter for this tutorial): | ||
+ | |||
+ | < | ||
+ | $ git config --global user.name "Your Name" | ||
+ | $ git config --global user.email your.email@example.com | ||
+ | </ | ||
It may be convenient to create a dedicated directory for testing Geany. This tutorial will use '' | It may be convenient to create a dedicated directory for testing Geany. This tutorial will use '' | ||
Line 71: | Line 78: | ||
Try working as you would normally. Open a project, try editing code in a meaningful way. | Try working as you would normally. Open a project, try editing code in a meaningful way. | ||
- | If you discover problems, [[https:// | + | If you discover problems, [[https:// |
===== Testing a pull request ===== | ===== Testing a pull request ===== |