-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme.txt
More file actions
35 lines (23 loc) · 658 Bytes
/
Copy pathreadme.txt
File metadata and controls
35 lines (23 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
for new upstream
git checkout upstream
git pull
git checkout support-build-37-and-38-rebased
git rebase -i upstream
git push -f
git checkout upgrade-py376
git rebase -i support-build-37-and-38-rebased
git push -f
git checkout ci-376
git rebase -i upgrade-py376
git push -f
git checkout master
git rebase -i ci-376
git push -f
ci-376 - been pushing this to CI
https://ci.appveyor.com/project/dand-oss/python-cmake-buildsystem
https://travis-ci.org/dand-oss/python-cmake-buildsystem
upgrade-py376 - pull request to upstream
3.8.1 - work branch for getting to 3.8
3.6.10 - working 3.6 branch
cmake-3.7.6 - old branch
master-3.7.6 - old branch