mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Refactor: reword English pages' links' descriptions.
This commit is contained in:
parent
374622aa64
commit
66abb98ce9
273 changed files with 273 additions and 273 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 7z
|
# 7z
|
||||||
|
|
||||||
> A file archiver with high compression ratio.
|
> 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:
|
- Archive a file or directory:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A file archiver with high compression ratio.
|
> A file archiver with high compression ratio.
|
||||||
> A standalone version of `7z` with support for fewer archive types.
|
> 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:
|
- Archive a file or directory:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A file archiver with high compression ratio.
|
> A file archiver with high compression ratio.
|
||||||
> A standalone version of `7z` that only supports .7z files.
|
> 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:
|
- Archive a file or directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ab
|
# ab
|
||||||
|
|
||||||
> Apache Benchmarking tool. The simplest tool to perform a load testing.
|
> 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:
|
- Execute 100 HTTP GET requests to given URL:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# abduco
|
# abduco
|
||||||
|
|
||||||
> Terminal session manager.
|
> Terminal session manager.
|
||||||
> Homepage: <http://www.brain-dump.org/projects/abduco/>.
|
> More information: <http://www.brain-dump.org/projects/abduco/>.
|
||||||
|
|
||||||
- List sessions:
|
- List sessions:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ack
|
# ack
|
||||||
|
|
||||||
> A search tool like grep, optimized for programmers.
|
> A search tool like grep, optimized for programmers.
|
||||||
> Homepage: <https://beyondgrep.com/documentation/>.
|
> More information: <https://beyondgrep.com/documentation/>.
|
||||||
|
|
||||||
- Find files containing "foo":
|
- Find files containing "foo":
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
|
> 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:
|
- Check whether the adb server process is running and start it:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A tool that catches insensitive, inconsiderate writing.
|
> A tool that catches insensitive, inconsiderate writing.
|
||||||
> It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text.
|
> 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`:
|
- Analyze text from `stdin`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible-galaxy
|
# ansible-galaxy
|
||||||
|
|
||||||
> Create and manage Ansible roles.
|
> 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:
|
- Install a role:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible-playbook
|
# ansible-playbook
|
||||||
|
|
||||||
> Execute tasks defined in playbook on remote machines over SSH.
|
> 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:
|
- Run tasks in playbook:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Manage groups of computers remotely over SSH.
|
> Manage groups of computers remotely over SSH.
|
||||||
> Use the /etc/ansible/hosts file to add new groups/hosts.
|
> 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:
|
- List hosts belonging to a group:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansiweather
|
# ansiweather
|
||||||
|
|
||||||
> A shell script for displaying the current weather conditions in your terminal.
|
> 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:
|
- Display a forecast using metric units for the next five days for Rzeszow, Poland:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A lightweight multi-protocol & multi-source command-line download utility.
|
> A lightweight multi-protocol & multi-source command-line download utility.
|
||||||
> Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink.
|
> Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink.
|
||||||
> Homepage: <https://aria2.github.io/>.
|
> More information: <https://aria2.github.io/>.
|
||||||
|
|
||||||
- Download a web resource:
|
- Download a web resource:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# asar
|
# asar
|
||||||
|
|
||||||
> A file archiver for the Electron platform.
|
> 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:
|
- Archive a file or directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# asciinema
|
# asciinema
|
||||||
|
|
||||||
> Record and replay terminal sessions, and optionally share them on asciinema.org.
|
> 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:
|
- Associate the local install of `asciinema` with an asciinema.org account:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# asdf
|
# asdf
|
||||||
|
|
||||||
> Command line interface for managing versions of different packages.
|
> Command line interface for managing versions of different packages.
|
||||||
> Homepage: <https://asdf-vm.com>.
|
> More information: <https://asdf-vm.com>.
|
||||||
|
|
||||||
- List all available plugins:
|
- List all available plugins:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Command-line client for the Open Asset Import Library.
|
> Command-line client for the Open Asset Import Library.
|
||||||
> Supports loading of 40+ 3D file formats, and exporting to several popular 3D formats.
|
> 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:
|
- List all supported import formats:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
> 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.
|
> 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:
|
- Apply the default style of 4 spaces per indent and no formatting changes:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A cross-platform pluggable text editor.
|
> A cross-platform pluggable text editor.
|
||||||
> Plugins are managed by `apm`.
|
> Plugins are managed by `apm`.
|
||||||
> Homepage: <https://atom.io/>.
|
> More information: <https://atom.io/>.
|
||||||
|
|
||||||
- Open a file or directory:
|
- Open a file or directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# atoum
|
# atoum
|
||||||
|
|
||||||
> A simple, modern and intuitive unit testing framework for PHP.
|
> A simple, modern and intuitive unit testing framework for PHP.
|
||||||
> Homepage: <http://atoum.org>.
|
> More information: <http://atoum.org>.
|
||||||
|
|
||||||
- Initialise a configuration file:
|
- Initialise a configuration file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# autoflake
|
# autoflake
|
||||||
|
|
||||||
> A tool to remove unused imports and variables from Python code.
|
> 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:
|
- Remove unused variables from a single file and display the diff:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Quickly jump among the directories you visit the most.
|
> Quickly jump among the directories you visit the most.
|
||||||
> Aliases like j or jc are provided for even less typing.
|
> 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:
|
- Jump to a directory that contains the given pattern:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# avrdude
|
# avrdude
|
||||||
|
|
||||||
> Driver program for Atmel AVR microcontrollers programming.
|
> Driver program for Atmel AVR microcontrollers programming.
|
||||||
> Homepage: <https://www.nongnu.org/avrdude/>.
|
> More information: <https://www.nongnu.org/avrdude/>.
|
||||||
|
|
||||||
- Read AVR microcontroller:
|
- Read AVR microcontroller:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Download accelerator.
|
> Download accelerator.
|
||||||
> Supports HTTP, HTTPS, and FTP.
|
> 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:
|
- Download a URL to a file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# babel
|
# babel
|
||||||
|
|
||||||
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
|
> 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:
|
- Transpile a specified input file and output to stdout:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# beanstalkd
|
# beanstalkd
|
||||||
|
|
||||||
> A simple and generic work-queue server.
|
> A simple and generic work-queue server.
|
||||||
> Homepage: <https://beanstalkd.github.io/>.
|
> More information: <https://beanstalkd.github.io/>.
|
||||||
|
|
||||||
- Start beanstalkd, listening on port 11300:
|
- Start beanstalkd, listening on port 11300:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A swiss-army knife of tools for genomic-analysis tasks.
|
> 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.
|
> 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}}:
|
- Intersect two files with respect to the sequences' strand and save the result to {{path/to/output_file}}:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# berks
|
# berks
|
||||||
|
|
||||||
> Chef cookbook dependency manager.
|
> 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:
|
- Install cookbook dependencies into a local repo:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# blackfire
|
# blackfire
|
||||||
|
|
||||||
> A command line profiling tool for PHP.
|
> A command line profiling tool for PHP.
|
||||||
> Homepage: <https://blackfire.io>.
|
> More information: <https://blackfire.io>.
|
||||||
|
|
||||||
- Initialise and configure the Blackfire client:
|
- Initialise and configure the Blackfire client:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Command-line interface to the Blender 3D computer graphics application.
|
> Command-line interface to the Blender 3D computer graphics application.
|
||||||
> Arguments are executed in the order they are given.
|
> 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`):
|
- Render all frames of an animation in the background, without loading the UI (output is saved to `/tmp`):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bmaptool
|
# bmaptool
|
||||||
|
|
||||||
> Create or Copy blockmaps intelligently (and therefore faster than `cp` or `dd`).
|
> 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:
|
- Create a blockmap from image file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# boot
|
# boot
|
||||||
|
|
||||||
> Build tooling for the Clojure programming language.
|
> 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:
|
- Start a REPL session either with the project or standalone:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Deduplicating backup tool.
|
> Deduplicating backup tool.
|
||||||
> Creates local or remote backups that are mountable as filesystems.
|
> 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:
|
- Initialise a (local) repository:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bosh
|
# bosh
|
||||||
|
|
||||||
> Command line tool to deploy and manage the bosh director.
|
> 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:
|
- Create local alias for director:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A package manager optimized for front-end web development.
|
> 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.
|
> 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:
|
- Install a project's dependencies, listed in its bower.json:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# browser-sync
|
# browser-sync
|
||||||
|
|
||||||
> Starts local web server that updates browser on file changes.
|
> 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:
|
- Start a server from a specific directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bundle
|
# bundle
|
||||||
|
|
||||||
> Dependency manager for the Ruby programming language.
|
> 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:
|
- Install all gems defined in the `Gemfile` expected in the working directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bup
|
# bup
|
||||||
|
|
||||||
> Backup system based on the git packfile format, providing fast incremental saves and global deduplication.
|
> 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:
|
- Initialize a backup repository in the specified local directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bw
|
# bw
|
||||||
|
|
||||||
> A CLI to access and manage a Bitwarden vault.
|
> 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:
|
- Log in to a Bitwarden user account:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Command line interface to the Haskell package infrastructure (Cabal).
|
> Command line interface to the Haskell package infrastructure (Cabal).
|
||||||
> Manage Haskell projects and Cabal packages from the Hackage package repository.
|
> 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:
|
- Search and list packages from Hackage:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> A server application that can be used to distribute ebooks over a network.
|
> 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.
|
> Ebooks must be imported into the library using the GUI or calibredb before.
|
||||||
> Part of the Calibre ebook library.
|
> 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:
|
- Start a server to distribute ebooks. Access at http://localhost:8080:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Tool to manipulate the your ebook database.
|
> Tool to manipulate the your ebook database.
|
||||||
> Part of the Calibre ebook library.
|
> 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:
|
- List ebooks in the library with additional information:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Rust package manager.
|
> Rust package manager.
|
||||||
> Manage Rust projects and their module dependencies (crates).
|
> Manage Rust projects and their module dependencies (crates).
|
||||||
> Homepage: <https://crates.io/>.
|
> More information: <https://crates.io/>.
|
||||||
|
|
||||||
- Search for crates:
|
- Search for crates:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# clamscan
|
# clamscan
|
||||||
|
|
||||||
> A command line virus scanner.
|
> A command line virus scanner.
|
||||||
> Homepage: <https://www.clamav.net>.
|
> More information: <https://www.clamav.net>.
|
||||||
|
|
||||||
- Scan a file for vulnerabilities:
|
- Scan a file for vulnerabilities:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# clang
|
# clang
|
||||||
|
|
||||||
> Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC.
|
> 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:
|
- Compile a source code file into an executable binary:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# clementine
|
# clementine
|
||||||
|
|
||||||
> A modern music player and library organizer.
|
> A modern music player and library organizer.
|
||||||
> Homepage: <https://www.clementine-player.org>.
|
> More information: <https://www.clementine-player.org>.
|
||||||
|
|
||||||
- Open Clementine:
|
- Open Clementine:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# clockwork-cli
|
# clockwork-cli
|
||||||
|
|
||||||
> A command line interface for the Clockwork PHP debugging framework.
|
> 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:
|
- Monitor Clockwork logs for the current project:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Cross-platform build system generator.
|
> Cross-platform build system generator.
|
||||||
> It generates Makefiles, Visual Studio projects or others, depending on the target system.
|
> 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:
|
- Generate a Makefile and use it to compile a project in the same directory as the source:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# code
|
# code
|
||||||
|
|
||||||
> Visual Studio Code.
|
> Visual Studio Code.
|
||||||
> Homepage: <https://github.com/microsoft/vscode>.
|
> More information: <https://github.com/microsoft/vscode>.
|
||||||
|
|
||||||
- Open VS Code:
|
- Open VS Code:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# composer
|
# composer
|
||||||
|
|
||||||
> A package-based dependency manager for PHP projects.
|
> 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`:
|
- Add a package as a dependency for this project, adding it to `composer.json`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# conda
|
# conda
|
||||||
|
|
||||||
> Package, dependency and environment management for any programming language.
|
> 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:
|
- Create a new environment, installing named packages into it:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# consul-kv
|
# consul-kv
|
||||||
|
|
||||||
> Distributed key-value store with health checking and service discovery.
|
> 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:
|
- Read a value from the key-value store:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# consul
|
# consul
|
||||||
|
|
||||||
> Distributed key-value store with health checking and service discovery.
|
> 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:
|
- Check the Consul version:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# convert
|
# convert
|
||||||
|
|
||||||
> Imagemagick image conversion tool.
|
> 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:
|
- Convert an image from JPG to PNG:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# convmv
|
# convmv
|
||||||
|
|
||||||
> Convert filenames (NOT file content) from one encoding to another.
|
> 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):
|
- Test filename encoding conversion (don't actually change the filename):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cordova
|
# cordova
|
||||||
|
|
||||||
> Mobile apps with HTML, CSS & JS.
|
> 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:
|
- Create a cordova project:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# crystal
|
# crystal
|
||||||
|
|
||||||
> Tool for managing Crystal source code.
|
> 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:
|
- Run a Crystal file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dexter
|
# dexter
|
||||||
|
|
||||||
> Tool for authenticating the kubectl users with OpenId Connect.
|
> 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:
|
- Create and authenticate a user with Google OIDC:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker-compose
|
# docker-compose
|
||||||
|
|
||||||
> Run and manage multi container docker applications.
|
> 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:
|
- Create and start all containers in the background using a `docker-compose.yml` file from the current directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker-machine
|
# docker-machine
|
||||||
|
|
||||||
> Create and manage machines running Docker.
|
> 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:
|
- List currently running docker machines:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Manage Docker containers and images.
|
> 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:
|
- List currently running docker containers:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ect
|
# ect
|
||||||
|
|
||||||
> Efficient Compression Tool (or ECT) is a C++ file optimizer. It supports PNG, JPEG, GZIP and ZIP files.
|
> 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:
|
- Compress a file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# f3probe
|
# f3probe
|
||||||
|
|
||||||
> Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory.
|
> 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:
|
- Probe a block device:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# fossa
|
# fossa
|
||||||
|
|
||||||
> CLI for the Fossa service - Generate realtime license audits, vulnerability scans and reports about dependencies licenses.
|
> 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:
|
- Initialize a `.fossa.yml` configuration file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git add
|
# git add
|
||||||
|
|
||||||
> Adds changed files to the index.
|
> 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:
|
- Add a file to the index:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Apply patch files. Useful when receiving commits via email.
|
> Apply patch files. Useful when receiving commits via email.
|
||||||
> See also `git format-patch`, which can generate patch files.
|
> 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:
|
- Apply a patch file:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Use binary search to find the commit that introduced a bug.
|
> 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.
|
> 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:
|
- Start a bisect session on a commit range bounded by a known buggy commit, and a known clean (typically older) one:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git blame
|
# git blame
|
||||||
|
|
||||||
> Show commit hash and last author on each line of a file.
|
> 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:
|
- Print file with author name and commit hash on each line:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git branch
|
# git branch
|
||||||
|
|
||||||
> Main git command for working with branches.
|
> 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 `*`:
|
- List local branches. The current branch is highlighted by `*`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git checkout
|
# git checkout
|
||||||
|
|
||||||
> Checkout a branch or paths to the working tree.
|
> 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:
|
- Create and switch to a new branch:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Apply the changes introduced by existing commits to the current branch.
|
> 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.
|
> 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:
|
- Apply a commit to the current branch:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git clean
|
# git clean
|
||||||
|
|
||||||
> Remove untracked files from the working tree.
|
> 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:
|
- Delete files that are not tracked by git:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git clone
|
# git clone
|
||||||
|
|
||||||
> Clone an existing repository.
|
> 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:
|
- Clone an existing repository:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git commit
|
# git commit
|
||||||
|
|
||||||
> Commit files to the repository.
|
> 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:
|
- Commit staged files to the repository with a message:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Manage custom configuration options for git repositories.
|
> Manage custom configuration options for git repositories.
|
||||||
> These configurations can be local (for the current repository) or global (for the current user).
|
> 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):
|
- List only local configuration entries (stored in `.git/config` in the current repository):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git diff
|
# git diff
|
||||||
|
|
||||||
> Show changes to tracked files.
|
> 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:
|
- Show unstaged, uncommitted changes:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git fetch
|
# git fetch
|
||||||
|
|
||||||
> Download objects and refs from a remote repository.
|
> 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):
|
- Fetch the latest changes from the default remote upstream repository (if set):
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Prepare .patch files. Useful when emailing commits elsewhere.
|
> Prepare .patch files. Useful when emailing commits elsewhere.
|
||||||
> See also `git am`, which can apply generated .patch files.
|
> 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:
|
- Create an auto-named .patch file for all the unpushed commits:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git gc
|
# git gc
|
||||||
|
|
||||||
> Optimise the local repository by cleaning unnecessary files.
|
> 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:
|
- Optimise the repository:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Find strings inside files anywhere in a repository's history.
|
> Find strings inside files anywhere in a repository's history.
|
||||||
> Accepts a lot of the same flags as regular `grep`.
|
> 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:
|
- Search for a string in tracked files:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Perform a merge or rebase between two git branches incrementally.
|
> 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.
|
> 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):
|
- Start imerge-based rebase (checkout the branch to be rebased, first):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git init
|
# git init
|
||||||
|
|
||||||
> Initializes a new local Git repository.
|
> 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:
|
- Initialize a new local repository:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git log
|
# git log
|
||||||
|
|
||||||
> Show a history of commits.
|
> 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:
|
- Show the sequence of commits starting from the current one, in reverse chronological order:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git merge
|
# git merge
|
||||||
|
|
||||||
> Merge branches.
|
> 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:
|
- Merge a branch with your current branch:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git mv
|
# git mv
|
||||||
|
|
||||||
> Move or rename files and update the git index.
|
> 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:
|
- Move file inside the repo and add the movement to the next commit:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git pull
|
# git pull
|
||||||
|
|
||||||
> Fetch branch from a remote repository and merge it to local repository.
|
> 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:
|
- Download changes from default remote repository and merge it:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git push
|
# git push
|
||||||
|
|
||||||
> Push commits to a remote repository.
|
> 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:
|
- Send local changes in the current branch to its remote counterpart:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Reapply commits from one branch on top of another branch.
|
> 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.
|
> 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:
|
- Rebase the current branch on top of the master branch:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git reflog
|
# git reflog
|
||||||
|
|
||||||
> Show when the reference logs were updated in local repository.
|
> 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 reflog:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git remote
|
# git remote
|
||||||
|
|
||||||
> Manage set of tracked repositories ("remotes").
|
> 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:
|
- Show a list of existing remotes, their names and URL:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Undo commits or unstage changes, by resetting the current git HEAD to the specified state.
|
> 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".
|
> 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:
|
- Unstage everything:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git rm
|
# git rm
|
||||||
|
|
||||||
> Remove files from repository index and local filesystem.
|
> 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:
|
- Remove file from repository index and filesystem:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git shortlog
|
# git shortlog
|
||||||
|
|
||||||
> Summarizes the `git log` output.
|
> 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 a summary of all the commits made, grouped alphabetically by author name:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git show
|
# git show
|
||||||
|
|
||||||
> Show various types of git objects (commits, tags, etc.).
|
> 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):
|
- Show information about the latest commit (message, changes, and other metadata):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git sizer
|
# git sizer
|
||||||
|
|
||||||
> Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
|
> 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:
|
- Report only statistics that have a level of concern greater than 0:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git stash
|
# git stash
|
||||||
|
|
||||||
> Stash local Git changes in a temporary area.
|
> 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:
|
- Stash current changes, except new (untracked) files:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git status
|
# git status
|
||||||
|
|
||||||
> Show the index (changed files).
|
> 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:
|
- Show changed files which are not yet added for commit:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git submodule
|
# git submodule
|
||||||
|
|
||||||
> Inspects, updates and manages submodules.
|
> 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:
|
- Install a repository's specified submodules:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git svn
|
# git svn
|
||||||
|
|
||||||
> Bidirectional operation between a Subversion repository and Git.
|
> 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:
|
- Clone an SVN repository:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Create, list, delete or verify tags.
|
> Create, list, delete or verify tags.
|
||||||
> A tag is a static reference to a specific commit.
|
> 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:
|
- List all tags:
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue