add some explanations to tlv code
[mech_eap.orig] / NOTES
diff --git a/NOTES b/NOTES
index cce432f..849ce4e 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -1,2 +1,9 @@
 - gss_xxx routines acquire lock, gssXxx don't
 
+- git
+
+If you do want to update with a rebase, deletethe branch from the
+server first then push the rebased branch
+
+to delete a branch from a server git push origin :branch_to_del
+