mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 07:33:47 +01:00
7 lines
322 B
Bash
7 lines
322 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git reset $(git commit-tree HEAD\^{tree} -m "Initialize project from github.com/triqs/app4triqs@$(git rev-parse --short HEAD)")
|
||
|
git merge --allow-unrelated-histories -s ours HEAD@{1} -m "Track app4triqs skeleton"
|
||
|
git remote rm origin
|
||
|
git remote add app4triqs_remote https://github.com/triqs/app4triqs
|