Răsfoiți Sursa

Rename branch "master" to "main"

This is to avoid negative connotations of "master" in English;
see <https://github.com/github/renaming>.
* CONTRIBUTING: Change "master" to "main".  To update your local
clone of the repository, run the following shell commands:
$ git branch -m master main
$ git fetch origin
$ git branch -u origin/main main
See <https://docs.github.com/en/github/administering-a-repository/renaming-a-branch>.
Paul Eggert 5 ani în urmă
părinte
comite
3f949ece2d
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      CONTRIBUTING

+ 6 - 6
CONTRIBUTING

@@ -27,7 +27,7 @@ reliable sources as justification.  Citations should use https: URLs
 if available.
 
 Please submit changes against either the latest release in
-<https://www.iana.org/time-zones> or the master branch of the development
+<https://www.iana.org/time-zones> or the main branch of the development
 repository.  The latter is preferred.  If you use Git the following
 workflow may be helpful:
 
@@ -36,9 +36,9 @@ workflow may be helpful:
       git clone https://github.com/eggert/tz.git
       cd tz
 
-  * Get current with the master branch.
+  * Get current with the main branch.
 
-      git checkout master
+      git checkout main
       git pull
 
   * Switch to a new branch for the changes.  Choose a different
@@ -70,17 +70,17 @@ workflow may be helpful:
 
   * Create patch files 0001-*, 0002-*, ...
 
-      git format-patch master
+      git format-patch main
 
   * After reviewing the patch files, send the patches to tz@iana.org
     for others to review.
 
-      git send-email master
+      git send-email main
 
     For an archived example of such an email, see
     <https://mm.icann.org/pipermail/tz/2018-February/026122.html>.
 
-  * Start anew by getting current with the master branch again
+  * Start anew by getting current with the main branch again
     (the second step above).
 
 Please do not create issues or pull requests on GitHub, as the