Refactor: reword English pages' links' descriptions.

italian
Marco Bonelli 2019-06-03 02:06:36 +02:00 committed by Marco Bonelli
parent 374622aa64
commit 66abb98ce9
273 changed files with 273 additions and 273 deletions

View File

@ -1,7 +1,7 @@
# 7z
> A file archiver with high compression ratio.
> Homepage: <https://www.7-zip.org/>.
> More information: <https://www.7-zip.org/>.
- Archive a file or directory:

View File

@ -2,7 +2,7 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` with support for fewer archive types.
> Homepage: <https://www.7-zip.org/>.
> More information: <https://www.7-zip.org/>.
- Archive a file or directory:

View File

@ -2,7 +2,7 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` that only supports .7z files.
> Homepage: <https://www.7-zip.org/>.
> More information: <https://www.7-zip.org/>.
- Archive a file or directory:

View File

@ -1,7 +1,7 @@
# ab
> Apache Benchmarking tool. The simplest tool to perform a load testing.
> Homepage: <https://httpd.apache.org/docs/2.4/programs/ab.html>.
> More information: <https://httpd.apache.org/docs/2.4/programs/ab.html>.
- Execute 100 HTTP GET requests to given URL:

View File

@ -1,7 +1,7 @@
# abduco
> Terminal session manager.
> Homepage: <http://www.brain-dump.org/projects/abduco/>.
> More information: <http://www.brain-dump.org/projects/abduco/>.
- List sessions:

View File

@ -1,7 +1,7 @@
# ack
> A search tool like grep, optimized for programmers.
> Homepage: <https://beyondgrep.com/documentation/>.
> More information: <https://beyondgrep.com/documentation/>.
- Find files containing "foo":

View File

@ -1,7 +1,7 @@
# adb
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
> Homepage: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/studio/command-line/adb>.
- Check whether the adb server process is running and start it:

View File

@ -2,7 +2,7 @@
> A tool that catches insensitive, inconsiderate writing.
> It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text.
> Homepage: <https://github.com/get-alex/alex>.
> More information: <https://github.com/get-alex/alex>.
- Analyze text from `stdin`:

View File

@ -1,7 +1,7 @@
# ansible-galaxy
> Create and manage Ansible roles.
> Homepage: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
> More information: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
- Install a role:

View File

@ -1,7 +1,7 @@
# ansible-playbook
> Execute tasks defined in playbook on remote machines over SSH.
> Homepage: <https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
> More information: <https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
- Run tasks in playbook:

View File

@ -2,7 +2,7 @@
> Manage groups of computers remotely over SSH.
> Use the /etc/ansible/hosts file to add new groups/hosts.
> Homepage: <https://www.ansible.com/>.
> More information: <https://www.ansible.com/>.
- List hosts belonging to a group:

View File

@ -1,7 +1,7 @@
# ansiweather
> A shell script for displaying the current weather conditions in your terminal.
> Homepage: <https://github.com/fcambus/ansiweather>.
> More information: <https://github.com/fcambus/ansiweather>.
- Display a forecast using metric units for the next five days for Rzeszow, Poland:

View File

@ -2,7 +2,7 @@
> A lightweight multi-protocol & multi-source command-line download utility.
> Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink.
> Homepage: <https://aria2.github.io/>.
> More information: <https://aria2.github.io/>.
- Download a web resource:

View File

@ -1,7 +1,7 @@
# asar
> A file archiver for the Electron platform.
> Homepage: <https://github.com/electron/asar>.
> More information: <https://github.com/electron/asar>.
- Archive a file or directory:

View File

@ -1,7 +1,7 @@
# asciinema
> Record and replay terminal sessions, and optionally share them on asciinema.org.
> Homepage: <https://asciinema.org/>.
> More information: <https://asciinema.org/>.
- Associate the local install of `asciinema` with an asciinema.org account:

View File

@ -1,7 +1,7 @@
# asdf
> Command line interface for managing versions of different packages.
> Homepage: <https://asdf-vm.com>.
> More information: <https://asdf-vm.com>.
- List all available plugins:

View File

@ -2,7 +2,7 @@
> Command-line client for the Open Asset Import Library.
> Supports loading of 40+ 3D file formats, and exporting to several popular 3D formats.
> Homepage: <http://www.assimp.org/>.
> More information: <http://www.assimp.org/>.
- List all supported import formats:

View File

@ -2,7 +2,7 @@
> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
> Upon running, a copy of the original file is created with an ".orig" appended to the original file name.
> Homepage: <http://astyle.sourceforge.net/>.
> More information: <http://astyle.sourceforge.net/>.
- Apply the default style of 4 spaces per indent and no formatting changes:

View File

@ -2,7 +2,7 @@
> A cross-platform pluggable text editor.
> Plugins are managed by `apm`.
> Homepage: <https://atom.io/>.
> More information: <https://atom.io/>.
- Open a file or directory:

View File

@ -1,7 +1,7 @@
# atoum
> A simple, modern and intuitive unit testing framework for PHP.
> Homepage: <http://atoum.org>.
> More information: <http://atoum.org>.
- Initialise a configuration file:

View File

@ -1,7 +1,7 @@
# autoflake
> A tool to remove unused imports and variables from Python code.
> Homepage: <https://github.com/myint/autoflake>.
> More information: <https://github.com/myint/autoflake>.
- Remove unused variables from a single file and display the diff:

View File

@ -2,7 +2,7 @@
> Quickly jump among the directories you visit the most.
> Aliases like j or jc are provided for even less typing.
> Homepage: <https://github.com/wting/autojump>.
> More information: <https://github.com/wting/autojump>.
- Jump to a directory that contains the given pattern:

View File

@ -1,7 +1,7 @@
# avrdude
> Driver program for Atmel AVR microcontrollers programming.
> Homepage: <https://www.nongnu.org/avrdude/>.
> More information: <https://www.nongnu.org/avrdude/>.
- Read AVR microcontroller:

View File

@ -2,7 +2,7 @@
> Download accelerator.
> Supports HTTP, HTTPS, and FTP.
> Homepage: <https://github.com/axel-download-accelerator/axel>.
> More information: <https://github.com/axel-download-accelerator/axel>.
- Download a URL to a file:

View File

@ -1,7 +1,7 @@
# babel
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
> Homepage: <https://babeljs.io/>.
> More information: <https://babeljs.io/>.
- Transpile a specified input file and output to stdout:

View File

@ -1,7 +1,7 @@
# beanstalkd
> A simple and generic work-queue server.
> Homepage: <https://beanstalkd.github.io/>.
> More information: <https://beanstalkd.github.io/>.
- Start beanstalkd, listening on port 11300:

View File

@ -2,7 +2,7 @@
> A swiss-army knife of tools for genomic-analysis tasks.
> Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format.
> Homepage: <https://bedtools.readthedocs.io/en/latest/>.
> More information: <https://bedtools.readthedocs.io/en/latest/>.
- Intersect two files with respect to the sequences' strand and save the result to {{path/to/output_file}}:

View File

@ -1,7 +1,7 @@
# berks
> Chef cookbook dependency manager.
> Homepage: <https://docs.chef.io/berkshelf.html>.
> More information: <https://docs.chef.io/berkshelf.html>.
- Install cookbook dependencies into a local repo:

View File

@ -1,7 +1,7 @@
# blackfire
> A command line profiling tool for PHP.
> Homepage: <https://blackfire.io>.
> More information: <https://blackfire.io>.
- Initialise and configure the Blackfire client:

View File

@ -2,7 +2,7 @@
> Command-line interface to the Blender 3D computer graphics application.
> Arguments are executed in the order they are given.
> Homepage: <https://docs.blender.org/manual/en/latest/render/workflows/command_line.html>.
> More information: <https://docs.blender.org/manual/en/latest/render/workflows/command_line.html>.
- Render all frames of an animation in the background, without loading the UI (output is saved to `/tmp`):

View File

@ -1,7 +1,7 @@
# bmaptool
> Create or Copy blockmaps intelligently (and therefore faster than `cp` or `dd`).
> Homepage: <https://source.tizen.org/documentation/reference/bmaptool>.
> More information: <https://source.tizen.org/documentation/reference/bmaptool>.
- Create a blockmap from image file:

View File

@ -1,7 +1,7 @@
# boot
> Build tooling for the Clojure programming language.
> Homepage: <https://github.com/boot-clj/boot>.
> More information: <https://github.com/boot-clj/boot>.
- Start a REPL session either with the project or standalone:

View File

@ -2,7 +2,7 @@
> Deduplicating backup tool.
> Creates local or remote backups that are mountable as filesystems.
> Homepage: <https://borgbackup.readthedocs.io/en/stable/usage/general.html>.
> More information: <https://borgbackup.readthedocs.io/en/stable/usage/general.html>.
- Initialise a (local) repository:

View File

@ -1,7 +1,7 @@
# bosh
> Command line tool to deploy and manage the bosh director.
> Homepage: <https://bosh.io/docs/cli-v2/>.
> More information: <https://bosh.io/docs/cli-v2/>.
- Create local alias for director:

View File

@ -2,7 +2,7 @@
> A package manager optimized for front-end web development.
> A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
> Homepage: <https://bower.io/>.
> More information: <https://bower.io/>.
- Install a project's dependencies, listed in its bower.json:

View File

@ -1,7 +1,7 @@
# browser-sync
> Starts local web server that updates browser on file changes.
> Homepage: <https://browsersync.io/docs/command-line>.
> More information: <https://browsersync.io/docs/command-line>.
- Start a server from a specific directory:

View File

@ -1,7 +1,7 @@
# bundle
> Dependency manager for the Ruby programming language.
> Homepage: <https://bundler.io/man/bundle.1.html>.
> More information: <https://bundler.io/man/bundle.1.html>.
- Install all gems defined in the `Gemfile` expected in the working directory:

View File

@ -1,7 +1,7 @@
# bup
> Backup system based on the git packfile format, providing fast incremental saves and global deduplication.
> Homepage: <https://github.com/bup/bup>.
> More information: <https://github.com/bup/bup>.
- Initialize a backup repository in the specified local directory:

View File

@ -1,7 +1,7 @@
# bw
> A CLI to access and manage a Bitwarden vault.
> Homepage: <https://help.bitwarden.com/article/cli/>.
> More information: <https://help.bitwarden.com/article/cli/>.
- Log in to a Bitwarden user account:

View File

@ -2,7 +2,7 @@
> Command line interface to the Haskell package infrastructure (Cabal).
> Manage Haskell projects and Cabal packages from the Hackage package repository.
> Homepage: <https://cabal.readthedocs.io/en/latest/intro.html>.
> More information: <https://cabal.readthedocs.io/en/latest/intro.html>.
- Search and list packages from Hackage:

View File

@ -3,7 +3,7 @@
> A server application that can be used to distribute ebooks over a network.
> Ebooks must be imported into the library using the GUI or calibredb before.
> Part of the Calibre ebook library.
> Homepage: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.
> More information: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.
- Start a server to distribute ebooks. Access at http://localhost:8080:

View File

@ -2,7 +2,7 @@
> Tool to manipulate the your ebook database.
> Part of the Calibre ebook library.
> Homepage: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
- List ebooks in the library with additional information:

View File

@ -2,7 +2,7 @@
> Rust package manager.
> Manage Rust projects and their module dependencies (crates).
> Homepage: <https://crates.io/>.
> More information: <https://crates.io/>.
- Search for crates:

View File

@ -1,7 +1,7 @@
# clamscan
> A command line virus scanner.
> Homepage: <https://www.clamav.net>.
> More information: <https://www.clamav.net>.
- Scan a file for vulnerabilities:

View File

@ -1,7 +1,7 @@
# clang
> Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC.
> Homepage: <https://clang.llvm.org/docs/ClangCommandLineReference.html>.
> More information: <https://clang.llvm.org/docs/ClangCommandLineReference.html>.
- Compile a source code file into an executable binary:

View File

@ -1,7 +1,7 @@
# clementine
> A modern music player and library organizer.
> Homepage: <https://www.clementine-player.org>.
> More information: <https://www.clementine-player.org>.
- Open Clementine:

View File

@ -1,7 +1,7 @@
# clockwork-cli
> A command line interface for the Clockwork PHP debugging framework.
> Homepage: <https://github.com/ptrofimov/clockwork-cli>.
> More information: <https://github.com/ptrofimov/clockwork-cli>.
- Monitor Clockwork logs for the current project:

View File

@ -2,7 +2,7 @@
> Cross-platform build system generator.
> It generates Makefiles, Visual Studio projects or others, depending on the target system.
> Homepage: <https://cmake.org/cmake/help/v3.2/manual/cmake.1.html>.
> More information: <https://cmake.org/cmake/help/v3.2/manual/cmake.1.html>.
- Generate a Makefile and use it to compile a project in the same directory as the source:

View File

@ -1,7 +1,7 @@
# code
> Visual Studio Code.
> Homepage: <https://github.com/microsoft/vscode>.
> More information: <https://github.com/microsoft/vscode>.
- Open VS Code:

View File

@ -1,7 +1,7 @@
# composer
> A package-based dependency manager for PHP projects.
> Homepage: <https://getcomposer.org/>.
> More information: <https://getcomposer.org/>.
- Add a package as a dependency for this project, adding it to `composer.json`:

View File

@ -1,7 +1,7 @@
# conda
> Package, dependency and environment management for any programming language.
> Homepage: <https://github.com/conda/conda>.
> More information: <https://github.com/conda/conda>.
- Create a new environment, installing named packages into it:

View File

@ -1,7 +1,7 @@
# consul-kv
> Distributed key-value store with health checking and service discovery.
> Homepage: <https://learn.hashicorp.com/consul/getting-started/kv>.
> More information: <https://learn.hashicorp.com/consul/getting-started/kv>.
- Read a value from the key-value store:

View File

@ -1,7 +1,7 @@
# consul
> Distributed key-value store with health checking and service discovery.
> Homepage: <https://www.consul.io/docs/commands/index.html>.
> More information: <https://www.consul.io/docs/commands/index.html>.
- Check the Consul version:

View File

@ -1,7 +1,7 @@
# convert
> Imagemagick image conversion tool.
> Homepage: <https://imagemagick.org/script/convert.php>.
> More information: <https://imagemagick.org/script/convert.php>.
- Convert an image from JPG to PNG:

View File

@ -1,7 +1,7 @@
# convmv
> Convert filenames (NOT file content) from one encoding to another.
> Homepage: <https://www.j3e.de/linux/convmv/man/>.
> More information: <https://www.j3e.de/linux/convmv/man/>.
- Test filename encoding conversion (don't actually change the filename):

View File

@ -1,7 +1,7 @@
# cordova
> Mobile apps with HTML, CSS & JS.
> Homepage: <https://cordova.apache.org/docs/en/latest/guide/cli/>.
> More information: <https://cordova.apache.org/docs/en/latest/guide/cli/>.
- Create a cordova project:

View File

@ -1,7 +1,7 @@
# crystal
> Tool for managing Crystal source code.
> Homepage: <https://crystal-lang.org/reference/using_the_compiler>.
> More information: <https://crystal-lang.org/reference/using_the_compiler>.
- Run a Crystal file:

View File

@ -1,7 +1,7 @@
# dexter
> Tool for authenticating the kubectl users with OpenId Connect.
> Homepage: <https://github.com/gini/dexter>.
> More information: <https://github.com/gini/dexter>.
- Create and authenticate a user with Google OIDC:

View File

@ -1,7 +1,7 @@
# docker-compose
> Run and manage multi container docker applications.
> Homepage: <https://docs.docker.com/compose/reference/overview/>.
> More information: <https://docs.docker.com/compose/reference/overview/>.
- Create and start all containers in the background using a `docker-compose.yml` file from the current directory:

View File

@ -1,7 +1,7 @@
# docker-machine
> Create and manage machines running Docker.
> Homepage: <https://docs.docker.com/machine/reference/>.
> More information: <https://docs.docker.com/machine/reference/>.
- List currently running docker machines:

View File

@ -1,7 +1,7 @@
# docker
> Manage Docker containers and images.
> Homepage: <https://docs.docker.com/engine/reference/commandline/cli/>.
> More information: <https://docs.docker.com/engine/reference/commandline/cli/>.
- List currently running docker containers:

View File

@ -1,7 +1,7 @@
# ect
> Efficient Compression Tool (or ECT) is a C++ file optimizer. It supports PNG, JPEG, GZIP and ZIP files.
> Homepage: <https://github.com/fhanau/Efficient-Compression-Tool>.
> More information: <https://github.com/fhanau/Efficient-Compression-Tool>.
- Compress a file:

View File

@ -1,7 +1,7 @@
# f3probe
> Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory.
> Homepage: <https://github.com/AltraMayor/f3>.
> More information: <https://github.com/AltraMayor/f3>.
- Probe a block device:

View File

@ -1,7 +1,7 @@
# fossa
> CLI for the Fossa service - Generate realtime license audits, vulnerability scans and reports about dependencies licenses.
> Homepage: <https://github.com/fossas/fossa-cli>.
> More information: <https://github.com/fossas/fossa-cli>.
- Initialize a `.fossa.yml` configuration file:

View File

@ -1,7 +1,7 @@
# git add
> Adds changed files to the index.
> Homepage: <https://git-scm.com/docs/git-add>.
> More information: <https://git-scm.com/docs/git-add>.
- Add a file to the index:

View File

@ -2,7 +2,7 @@
> Apply patch files. Useful when receiving commits via email.
> See also `git format-patch`, which can generate patch files.
> Homepage: <https://git-scm.com/docs/git-am>.
> More information: <https://git-scm.com/docs/git-am>.
- Apply a patch file:

View File

@ -2,7 +2,7 @@
> Use binary search to find the commit that introduced a bug.
> Git automatically jumps back and forth in the commit graph to progressively narrow down the faulty commit.
> Homepage: <https://git-scm.com/docs/git-bisect>.
> More information: <https://git-scm.com/docs/git-bisect>.
- Start a bisect session on a commit range bounded by a known buggy commit, and a known clean (typically older) one:

View File

@ -1,7 +1,7 @@
# git blame
> Show commit hash and last author on each line of a file.
> Homepage: <https://git-scm.com/docs/git-blame>.
> More information: <https://git-scm.com/docs/git-blame>.
- Print file with author name and commit hash on each line:

View File

@ -1,7 +1,7 @@
# git branch
> Main git command for working with branches.
> Homepage: <https://git-scm.com/docs/git-branch>.
> More information: <https://git-scm.com/docs/git-branch>.
- List local branches. The current branch is highlighted by `*`:

View File

@ -1,7 +1,7 @@
# git checkout
> Checkout a branch or paths to the working tree.
> Homepage: <https://git-scm.com/docs/git-checkout>.
> More information: <https://git-scm.com/docs/git-checkout>.
- Create and switch to a new branch:

View File

@ -2,7 +2,7 @@
> Apply the changes introduced by existing commits to the current branch.
> To apply changes to another branch, first use git-checkout to switch to the desired branch.
> Homepage: <https://git-scm.com/docs/git-cherry-pick>.
> More information: <https://git-scm.com/docs/git-cherry-pick>.
- Apply a commit to the current branch:

View File

@ -1,7 +1,7 @@
# git clean
> Remove untracked files from the working tree.
> Homepage: <https://git-scm.com/docs/git-clean>.
> More information: <https://git-scm.com/docs/git-clean>.
- Delete files that are not tracked by git:

View File

@ -1,7 +1,7 @@
# git clone
> Clone an existing repository.
> Homepage: <https://git-scm.com/docs/git-clone>.
> More information: <https://git-scm.com/docs/git-clone>.
- Clone an existing repository:

View File

@ -1,7 +1,7 @@
# git commit
> Commit files to the repository.
> Homepage: <https://git-scm.com/docs/git-commit>.
> More information: <https://git-scm.com/docs/git-commit>.
- Commit staged files to the repository with a message:

View File

@ -2,7 +2,7 @@
> Manage custom configuration options for git repositories.
> These configurations can be local (for the current repository) or global (for the current user).
> Homepage: <https://git-scm.com/docs/git-config>.
> More information: <https://git-scm.com/docs/git-config>.
- List only local configuration entries (stored in `.git/config` in the current repository):

View File

@ -1,7 +1,7 @@
# git diff
> Show changes to tracked files.
> Homepage: <https://git-scm.com/docs/git-diff>.
> More information: <https://git-scm.com/docs/git-diff>.
- Show unstaged, uncommitted changes:

View File

@ -1,7 +1,7 @@
# git fetch
> Download objects and refs from a remote repository.
> Homepage: <https://git-scm.com/docs/git-fetch>.
> More information: <https://git-scm.com/docs/git-fetch>.
- Fetch the latest changes from the default remote upstream repository (if set):

View File

@ -2,7 +2,7 @@
> Prepare .patch files. Useful when emailing commits elsewhere.
> See also `git am`, which can apply generated .patch files.
> Homepage: <https://git-scm.com/docs/git-format-patch>.
> More information: <https://git-scm.com/docs/git-format-patch>.
- Create an auto-named .patch file for all the unpushed commits:

View File

@ -1,7 +1,7 @@
# git gc
> Optimise the local repository by cleaning unnecessary files.
> Homepage: <https://git-scm.com/docs/git-gc>.
> More information: <https://git-scm.com/docs/git-gc>.
- Optimise the repository:

View File

@ -2,7 +2,7 @@
> Find strings inside files anywhere in a repository's history.
> Accepts a lot of the same flags as regular `grep`.
> Documentation: <https://git-scm.com/docs/git-grep>.
> More information: <https://git-scm.com/docs/git-grep>.
- Search for a string in tracked files:

View File

@ -2,7 +2,7 @@
> Perform a merge or rebase between two git branches incrementally.
> Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution.
> Homepage: <https://github.com/mhagger/git-imerge>.
> More information: <https://github.com/mhagger/git-imerge>.
- Start imerge-based rebase (checkout the branch to be rebased, first):

View File

@ -1,7 +1,7 @@
# git init
> Initializes a new local Git repository.
> Homepage: <https://git-scm.com/docs/git-init>.
> More information: <https://git-scm.com/docs/git-init>.
- Initialize a new local repository:

View File

@ -1,7 +1,7 @@
# git log
> Show a history of commits.
> Homepage: <https://git-scm.com/docs/git-log>.
> More information: <https://git-scm.com/docs/git-log>.
- Show the sequence of commits starting from the current one, in reverse chronological order:

View File

@ -1,7 +1,7 @@
# git merge
> Merge branches.
> Homepage: <https://git-scm.com/docs/git-merge>.
> More information: <https://git-scm.com/docs/git-merge>.
- Merge a branch with your current branch:

View File

@ -1,7 +1,7 @@
# git mv
> Move or rename files and update the git index.
> Homepage: <https://git-scm.com/docs/git-mv>.
> More information: <https://git-scm.com/docs/git-mv>.
- Move file inside the repo and add the movement to the next commit:

View File

@ -1,7 +1,7 @@
# git pull
> Fetch branch from a remote repository and merge it to local repository.
> Homepage: <https://git-scm.com/docs/git-pull>.
> More information: <https://git-scm.com/docs/git-pull>.
- Download changes from default remote repository and merge it:

View File

@ -1,7 +1,7 @@
# git push
> Push commits to a remote repository.
> Homepage: <https://git-scm.com/docs/git-push>.
> More information: <https://git-scm.com/docs/git-push>.
- Send local changes in the current branch to its remote counterpart:

View File

@ -2,7 +2,7 @@
> Reapply commits from one branch on top of another branch.
> Commonly used to "move" an entire branch to another base, creating copies of the commits in the new location.
> Homepage: <https://git-scm.com/docs/git-rebase>.
> More information: <https://git-scm.com/docs/git-rebase>.
- Rebase the current branch on top of the master branch:

View File

@ -1,7 +1,7 @@
# git reflog
> Show when the reference logs were updated in local repository.
> Homepage: <https://git-scm.com/docs/git-reflog>.
> More information: <https://git-scm.com/docs/git-reflog>.
- View reflog:

View File

@ -1,7 +1,7 @@
# git remote
> Manage set of tracked repositories ("remotes").
> Homepage: <https://git-scm.com/docs/git-remote>.
> More information: <https://git-scm.com/docs/git-remote>.
- Show a list of existing remotes, their names and URL:

View File

@ -2,7 +2,7 @@
> Undo commits or unstage changes, by resetting the current git HEAD to the specified state.
> If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit".
> Homepage: <https://git-scm.com/docs/git-reset>.
> More information: <https://git-scm.com/docs/git-reset>.
- Unstage everything:

View File

@ -1,7 +1,7 @@
# git rm
> Remove files from repository index and local filesystem.
> Homepage: <https://git-scm.com/docs/git-rm>.
> More information: <https://git-scm.com/docs/git-rm>.
- Remove file from repository index and filesystem:

View File

@ -1,7 +1,7 @@
# git shortlog
> Summarizes the `git log` output.
> Homepage: <https://git-scm.com/docs/git-shortlog>.
> More information: <https://git-scm.com/docs/git-shortlog>.
- View a summary of all the commits made, grouped alphabetically by author name:

View File

@ -1,7 +1,7 @@
# git show
> Show various types of git objects (commits, tags, etc.).
> Homepage: <https://git-scm.com/docs/git-show>.
> More information: <https://git-scm.com/docs/git-show>.
- Show information about the latest commit (message, changes, and other metadata):

View File

@ -1,7 +1,7 @@
# git sizer
> Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
> Homepage: <https://github.com/github/git-sizer>.
> More information: <https://github.com/github/git-sizer>.
- Report only statistics that have a level of concern greater than 0:

View File

@ -1,7 +1,7 @@
# git stash
> Stash local Git changes in a temporary area.
> Homepage: <https://git-scm.com/docs/git-stash>.
> More information: <https://git-scm.com/docs/git-stash>.
- Stash current changes, except new (untracked) files:

View File

@ -1,7 +1,7 @@
# git status
> Show the index (changed files).
> Homepage: <https://git-scm.com/docs/git-status>.
> More information: <https://git-scm.com/docs/git-status>.
- Show changed files which are not yet added for commit:

View File

@ -1,7 +1,7 @@
# git submodule
> Inspects, updates and manages submodules.
> Homepage: <https://git-scm.com/docs/git-submodule>.
> More information: <https://git-scm.com/docs/git-submodule>.
- Install a repository's specified submodules:

View File

@ -1,7 +1,7 @@
# git svn
> Bidirectional operation between a Subversion repository and Git.
> Homepage: <https://git-scm.com/docs/git-svn>.
> More information: <https://git-scm.com/docs/git-svn>.
- Clone an SVN repository:

View File

@ -2,7 +2,7 @@
> Create, list, delete or verify tags.
> A tag is a static reference to a specific commit.
> Homepage: <https://git-scm.com/docs/git-tag>.
> More information: <https://git-scm.com/docs/git-tag>.
- List all tags:

Some files were not shown because too many files have changed in this diff Show More