Willy-JL 2 лет назад
Родитель
Сommit
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
+```