Http://files.cnblogs.com/lbsx/git-cheat-sheet-large.png.zip
One: Overview
There are countless books on the web for Git and cheatsheet. But its editorial thinking is to explain the order. Always wanted this article cheatsheet: in daily use of git, I will encounter which uses
automatically merge with the head version:$ git remote pull To merge the remote end version into the local version:$ git pull origin masterTo publish a local version to the remote side:$ git push remote To delete a remote-side branch:$ git push (since Git v1.5.0)orgit push
-LicensingmodelConcurrent -ProductCodeMPS -producteditionENT # Configure License server name and PortSet-xdlicensing -licenseserveraddressDC01 -Licenseserverport 27001# Display Licensing OptionsGet-Configlicensingmodel #
How to Display/modify Product version and edition?
123456789101112
# Configure new settings for Product Code, edition and licensing modelSet-Configsite -ProductCodeMPS -producteditionENT# Display Production OptionsGet-configproduct# Display Product vers
/chrisallenlane/cheat/raw/master/cheat/autocompletion/cheat.bash
# mv cheat. Bash /etc/bash_completion. D/
Note: The team has uploaded automatic completion scripts for other interpreters on Git, which can be cloned and used on different interpreters. Use the links below to find the automatic com
to this feature, simply clone the 'cheat.bash' script down and copy it to your system's correct path.
# wget Https://github.com/chrisallenlane/cheat/raw/master/cheat/autocompletion/cheat.bash
# MV Cheat.bash/etc/bash_completion.d/
Note: The team has uploaded automatic completion scripts for other interpreters on Git, which can be cloned and use
Use the cheat tool in Linux to learn how to use system commands
Cheat is a tool that is very suitable for Linux system administrators. It helps you quickly and easily get familiar with the use of system commands in Linux, such:
Cheat installation is simple:
examples. The customized memo is placed in the ~/.cheat/directory and can be edited using the following command when the editing environment is set up.CHEAT-E FooIf the new Foo is already present, it will be opened directly and will not be created and then edited5. Setting the environment variables used by cheat[Email protected] [02:20:15]:~ $cheat-vcheat 2.1.25
the most basic examples. The customized memo is placed in the ~/.cheat/directory and can be edited using the following command when the editing environment is set up.CHEAT-E FooIf the new Foo is already present, it will be opened directly and will not be created and then edited5. Setting the environment variables used by cheat[Email protected] [02:20:15]:~ $cheat
First, Introduction Cheat is an interactive cheat sheet application that is distributed to Linux command line users under the GNU General Public License. It provides a display of Linux command use cases, including all of the options and short but understandable features of the command. Second, installation configuration The installation steps are as follows: Yum
. Use-a to specify the label name and-M to specify the description text: git tag-A v0.1-M "version 0.1 released" 3628164
5 use the PGP signature label: git tag-S
6. Push a local Tag: git push origin
7. Push all unpushed local tags: git push Origin -- tags
8. delete a local Tag: g
Source: Nanyi's Blog
Website: http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html
I use Git every day, but I can't remember many commands.In general, the daily use of just remember 6 commands, you can. But skilled use, I am afraid to remember 60~100 a command.Here's a list of common
Original address: http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html 阮一峰日期: 2015年12月 9日I use Git every day, but I can't remember many commands.In general, the daily use of just remember 6 commands, you can. But skilled use, I am afraid to remember 60~100 a command.Here's a list of common
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.