Last active
December 20, 2019 06:06
-
-
Save eczn/b813787017fcaa768248799e291a5915 to your computer and use it in GitHub Desktop.
command-line-notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clone git repo without the repo's full history: | |
$ git clone --depth=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zip -P <PASSWORD> -r <OUTPUT> <INPUT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment