Преглед изворни кода

Add upstream remotes setup

Willy-JL пре 2 година
родитељ
комит
2b183bac40
2 измењених фајлова са 10 додато и 0 уклоњено
  1. 5 0
      .gitremotes
  2. 5 0
      README.md

+ 5 - 0
.gitremotes

@@ -0,0 +1,5 @@
+# [remote "upstream"]
+#     url = https://github.com/username/repository
+#     fetch = +refs/heads/*:refs/remotes/repository/*
+# [alias]
+#     merge-upstream = pull --no-edit upstream branch

+ 5 - 0
README.md

@@ -1,2 +1,7 @@
 # Xtreme-Apps
 Bundle of external apps tweaked for Xtreme
+
+### Setup branch upstream remotes:
+```sh
+git config --local include.path ../.gitremotes
+```