4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
tar czf _git.tar.gz .git
|
|
git add _git.tar.gz
|