Skip to content

Commit

Permalink
Merge remote-tracking branch 'app4triqs_remote/unstable' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Feb 28, 2022
2 parents 4f7faeb + 125eddf commit 742da94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions share/squash_history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/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

0 comments on commit 742da94

Please sign in to comment.