aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-02-23 19:55:49 +0100
committerJonas Smedegaard <dr@jones.dk>2022-02-23 19:55:49 +0100
commitdb9f9b93a7eccfa0c50f74df218d1c47df040b14 (patch)
treecfb564edf78423a2c5ba14a27280517c75662e9d
parent0a47de39208c54602c7153b7acba9fe1af0046c8 (diff)
USE: add section See also, with link to Flight rules for GitHEADmaster
-rw-r--r--USE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/USE.md b/USE.md
index c5d96e8..cfbf7e2 100644
--- a/USE.md
+++ b/USE.md
@@ -77,6 +77,14 @@ and finally push your local git into its new public location:
git push --set-upstream origin master
+## See also
+
+* [Flight rules for Git]
+
+[Flight rules for Git]: <https://github.com/k88hudson/git-flight-rules#readme>
+ "A guide for programmers using Git about what to do when things go wrong"
+
+
## References
* [Source of this document][source]