
Size: a a a





git initgit add .git commit m 'initial commit'git add -pgit remote add origin git@gitlab.ru/repo/repo.gitgit push -u origin mastergit push.git pull, чтобы скачать все удаленные изменения с удаленного репозитория локально.git branch new_branchgit checkout -b new_branchgit branchgit statusgit log --graph --decorate --pretty=oneline --abbrev-commitgit diffgit push -fgit log --graph --decorate --pretty=oneline --abbrev-commitgit checkout <commit>git checkout -b trashgit add .git commit -m 'trash commit'git checkout mastergit merge <branch>git cherry-pick <commit id>git pushgit rebase -i <commit id>
git show HEAD~4:/path/index.htmlgit reset --hard


file /bin/ls/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=8d0966ce81ec6609bbf4aa439c77138e2f48a471, strippedldd /bin/ls/mnt/c/Users/info# ldd /bin/lslibselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fb655ac0000)libacl.so.1 => /lib/x86_64-linux-gnu/libacl.so.1 (0x00007fb6558b0000)libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb6554d0000)libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fb655290000)libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb655080000)/lib64/ld-linux-x86-64.so.2 (0x00007fb655e00000)libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 (0x00007fb654e60000)ltrace /bin/lsstrace /bin/ls [-e filter]# strace -e open /bin/lsopen("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3open("/proc/filesystems", O_RDONLY) = 3open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 31.py 2.py dump tcpdump.sh+++ exited with 0 +++dpkg -S /etc/init.d/apache2dpkg -L strace
Enter ~ .



