[Github-comments] [geany/geany] Add simplest development build process to HACKING (#1690)

Matthew Brush notifications at xxxxx
Thu Nov 16 04:51:36 UTC 2017


codebrainz commented on this pull request.



> +work from a new config directory.
+
+Now you're ready to start hacking away on Geany. If you have an
+explicit change in mind and plan to propose it for inclusion into Geany
+proper, it's always best to create a Git branch to keep the changes
+isolated from everything else::
+
+    $ git checkout -b fix-some-bug
+
+Now you can make changes to Geany's source and commit them to this
+branch, and always get back to a clean Geany checkout by switching back
+to the master branch like this::
+
+    $ git checkout master
+
+Whenever you've made changes to the source in some branch and want to

*sources

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1690#pullrequestreview-77009027
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171116/e4c76861/attachment.html>


More information about the Github-comments mailing list