Skip to content

Instantly share code, notes, and snippets.

@abesmon
Last active August 26, 2018 07:42
Show Gist options
  • Save abesmon/cd704d446fe22cb244e950665dfad8f1 to your computer and use it in GitHub Desktop.
Save abesmon/cd704d446fe22cb244e950665dfad8f1 to your computer and use it in GitHub Desktop.
Копирование файлов
$ cp -a /source/. /dest/

-a - рекурсия, точка для того чтобы все выкачать

Удаление папки
$ rm -rf develop/
unarchive

просто разархивировать $ tar -xvf yourfile.tar в папку $ tar -C /myfolder -xvf yourfile.tar

Git
Глоабльные подстройки

помогает, если ошибка при пулле. Похоже это решение для случая когда мало памяти на устройстве

$ git config --global http.sslVerify false
$ git config --global http.postBuffer 1048576000
Screen

http://itman.in/ssh-screen/ - тут много интересного

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment