These are common Git commands used in various situations:
start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one
work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink restore Restore working tree files rm Remove files from the working tree and from the index sparse-checkout Initialize and modify the sparse-checkout
examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug diff Show changes between commits, commit and working tree, etc grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status
grow, mark and tweak your common history branch List, create, or delete branches commit Record changes to the repository merge Join two or more development histories together rebase Reapply commits on top of another base tip reset Reset current HEAD to the specified state switch Switch branches tag Create, list, delete or verify a tag object signed with GPG
collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects
'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. See 'git help git' for an overview of the system.
INFO Validating config INFO Deploying: git INFO Setting up Git deployment... hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /Users/taropie/Documents/GitHub/blog/.deploy_git/.git/ [master (root-commit) 4f3fd92] First commit 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 placeholder INFO Clearing .deploy_git folder... INFO Copying files from public folder... INFO Copying files from extend dirs... [master 114fe05] Site updated: 2022-01-06 22:24:51 19 files changed, 2599 insertions(+) create mode 100644 2022/01/06/hello-world/index.html create mode 100644 archives/2022/01/index.html create mode 100644 archives/2022/index.html create mode 100644 archives/index.html create mode 100644 fonts/default-skin.b257fa.svg create mode 100644 fonts/iconfont.16acc2.ttf create mode 100644 fonts/iconfont.45d7ee.svg create mode 100644 fonts/iconfont.8c627f.woff create mode 100644 fonts/iconfont.b322fa.eot create mode 100644 fonts/tooltip.4004ff.svg create mode 100644 img/default-skin.png create mode 100644 img/preloader.gif create mode 100644 img/scrollbar_arrow.png create mode 100644 index.html create mode 100644 main.0cf68a.css create mode 100644 main.0cf68a.js create mode 100644 mobile.992cbe.js delete mode 100644 placeholder create mode 100644 slider.e37972.js Enumerating objects: 32, done. Counting objects: 100% (32/32), done. Delta compression using up to 8 threads Compressing objects: 100% (25/25), done. Writing objects: 100% (32/32), 150.37 KiB | 159.00 KiB/s, done. Total 32 (delta 5), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (5/5), done. remote: This repository moved. Please use the new location: remote: git@github.com:TaroPie0224/TaroPie0224.github.io.git remote: remote: Create a pull request for 'master' on GitHub by visiting: remote: https://github.com/TaroPie0224/TaroPie0224.github.io/pull/new/master remote: To github.com:TaroPie0224/taropie0224.github.io.git * [new branch] HEAD -> master Branch 'master' set up to track remote branch 'master' from 'git@github.com:TaroPie0224/taropie0224.github.io.git'. INFO Deploy done: git