Skip to content
Snippets Groups Projects
Commit 1d80a754 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent e45a6e6e
No related branches found
No related tags found
No related merge requests found
...@@ -212,10 +212,10 @@ commands ...@@ -212,10 +212,10 @@ commands
pull from a remote repo into a subtree pull from a remote repo into a subtree
git archive --format=tar --remote=repo_path HEAD | (tar xf -) git archive --format=tar --remote=repo_path HEAD | (tar xf -)
copy the working tree of a repo copy the working tree of a repo
find . -type d -name ".git" -exec bash -c "cd {}/..; echo ''; pwd; echo ''; git add .; git status; git commit -a -m 'find git'; git pull; git push;" \;
recursively update all repos under a directory
git lfs track file git lfs track file
extension for versioning large files extension for versioning large files
find . -type d -name ".git" -exec bash -c "cd {}/..; echo ''; pwd; echo ''; git add .; git status; git commit -a -m 'find git'; git pull; git push;" \;
recursively update all repos under a directory
aliases aliases
alias ga="git add ." alias ga="git add ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment