://code.google.com/p/tortoisegit/All the way next, after the installation succeeds, go back to the C drive, or any folder, click the right mouse button will be a few more menussuch as Git Init hear, git Bash, git Gui, the installation is successful.Configure GitLet's find a place in the computer's hard drive to store t
1. Mysysgit+gitblit installation process1.1 ResourcesNeed to download the good resources (the company's 1.6,1.7+ please match the corresponding mysysgit+gitblit):jdk1.6Git-1.8.4-preview20130916.exeGitblit-1.2.1.rar1.2 Installation1.2.1 Git Bash installation1) Double click on the pop-up installation page2) Click on 2 times Next, enter the path selection, add a custom path;3) Click Next to enter the selection
Fun Bash Script: select the structure of if, bash script
Almost all programming languages have the concept of process control, that is, order structure, selection structure and loop structure.
The selected structure is also called the branch structure, such asIfAndSwitchStatement.If condition
I have already discussed the use of the test Expression and Its Simplified [] Operator. These judgment statements ca
Git add-a and git Add. Git add-u looks similar in function, but there's a difference.
git Add. : He will monitor the status tree of the workspace and use it to submit all changes to the staging area, including file content modification (modified) and new files, but excluding deleted files.
.png "alt=" Wkiol1lnncsz0fvsaacjbeqfkio218.png-wh_50 "/>Then click "OK" to confirm, pop-up password input box, because it is the GIT account login, so you need to enter the GIT user settings just created password, as shown in:650) this.width=650; "title=" Git06_git_tortorise_clone_password.png "src=" https://s3.51cto.com/wyfs02/M01/9B/CD/ Wkiom1lnndtyc0c-aacc1kdvbum378.png-wh_500x0-wm_3-wmp_4-s_398130271.pn
Related articles: about verifying that there is an SSH configuration and how to generate SSH key can refer to the article: Git usage manual: Generate SSH Key
For the use of SSH key and the configuration of the public key in GitHub, Gitlab, please refer to the article: Git manual: Use SSH key and configure the SSH key public key to the concepts and relationships of Git
Related articles:For a way to verify that an SSH configuration exists and generate an SSH key, refer to the article: Git usage manual: Generate SSH key for SSH key usage and public key in GitHub, Gitlab configuration, please refer to article: Git usage manual: Use SSH key and configure SSH Key public key on the concepts and relationships of Git workspaces, regist
thewildcard expansion failure in ZSH is a syntax error. And in bash, it's not. For these reasons, relying on the wildcard match failure in bash to directly "*" pass as literal to the command is not working correctly in zsh. For example, in bash you can: (although it can be used in most cases, it is not scientific to quote without quotation marks)$ find /usr/shar
After installing Git is not eager to practice practiced hand, then we start now.
test Environment: Operating system--windows XP, software--git for Windows, operating terminal--git Bash
The first thing to do is to prepare, find a suitable location to create an empty directory, and then choose to create an empty director
websites.Because Git installation is relatively simple, so I just focus on the point, no mention of the interface, keep the default.Below this interface, is chooses our git software installs the location, everybody follows own custom to be possible.The following page is to choose which components to install, leave the defaultChoose what version to install, we install G
GitHub for Windows usageArticleIt is good to take us to get started with GitHub and a gitshell. This tool can run all the commands of GitHub to do more things, for example, how to merge git is a task we want to complete today?CodeCode from the library to your own library.
Windows powershellCopyright (c) 2012 Microsoft Corporation. All rights reserved.
C: \ Users \ geffzhang \ Documents \ GitHub \ sharpoau2[ master]>
Linux Command: bash language details, linux Command bash details
Bash is a command interpretation language. It can execute commands that read standard input or files, execute commands, and rebound shell with nc!
Basic syntax
Bash-c command
Root @ kali :~ # Bash-c whoami
Learning bash notes-input and output, bash hide output1. I/O redirection
The I/O redirection is as follows:
Cmd1 | cmd2: pipeline that receives the standard output of cmd1 as the standard input of cmd2.
> File: redirects standard output to file.
> File: redirects the standard output to file. If the file exists, it is appended
> | File: Even if noclobber is set, the standard output is still fo
Bash Variable type:Environment variablesLocal variables (local variables)Positional variablesSpecial variablesLocal variables:Set Varname=value: scope for the entire bash process;Local variables:Local Varname=value: Scope is the current code snippet;Environment variable: The scope is the current shell process and its child processes, (the action variable itself uses VARNAME, the value of the action variable
--bare/home/git/myrep.gitThird, Windows build git client1, go to git website download (default option to install)Https://git-scm.com/downloads2, after the installation is complete, right-click on the desktop will appear "Git GUI here" and "
Getting a Git Repository (get the project git repository) One initializes the new warehouse in the working directory: Git init After initialization, a directory named. Git appears in the current directory, and all of the data and resources that git needs are stored in this d
Help for Power Users and SYS adminsbash pocket reference
If you want to get to the heart of Mac OS X, Linux, and other UNIX systems, you need to know how to work with the bash shell.
If you want to learn more about Mac OS X, Linux, or other UNIX systems, you must understand how to deal with Bash.
This concise little book puts all of the essential information about Bash
BASH command and usage summary, bash usage Summary
I need to write a Linux script in my recent work and use a lot of BASH commands. To avoid forgetting it later, I will write them down here one by one. It may be messy. Just take a look. If something is wrong, you are welcome to correct it.
1, export VAR =...
This command runs in Shell to make the script that runs
Bash condition test-empty string confusions: bash condition string
You can use-n or-z to check whether a string is null. According to the meaning of the operator, if VAR is null or undefined, the-n test result should be false, and-z should be true. Otherwise,-n is true and-z is false.
The conditional test list is used, that is, "[-n $ VAR] echo TRUE". If TRUE is output, the conditional test result is TRUE.
In our work, we often need to replace and add URLs from the text using SED. However, we often encounter the ambiguity in the SED of special characters in the URL so that it takes a lot of time to test when writing a bash script. So what are the special characters that create ambiguity?
#这些都需要转义, |, \,/, ^, *, (,), [,], {,}, ',?
Which, to ",/,?" " for the most important needs to transfer. For example:[Email protected] test]$ url="HTTP://
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.