mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
b5a85e3034
Co-authored-by: Dylan Simon <dylan@dylex.net> Co-authored-by: Alexander Hampel <ahampel@flatironinstitute.org>
7 lines
322 B
Bash
Executable File
7 lines
322 B
Bash
Executable File
#!/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
|