GitHub supports a number of
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Documentation: | |
# https://git-scm.com/docs/gitignore | |
# Common patterns: | |
# Hash = everything that follows is a comment. | |
# Leading slash = matches the directory containing the .gitignore file. | |
# No leading slash = matches anywhere in the repository, from the directory containing the .gitignore file and deeper. | |
# Trailing slash = matches a directory itself, but not a file. | |
# No trailing slash = matches a directory or a file. | |
# * = matches 0 or more characters (except /). |
Summary of common Git commands and syntax, documentation, and recommended reading to gain a general understanding of Git usage.
INITialize a new empty local repository [in the <target-directory>
], and add the REMOTE tracked repository:
git init [<target-directory>]
git remote add <remote-name> <remote-repository>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set the default behavior, in case people don't have core.autocrlf set. | |
* text=auto |
- CentOS Linux 8.1.1911 (x86_64)
- VirtualBox 6.1.4 r136177 (64-bit) for Windows or macOS
- Basic
Duolingo by Language Family
OlderNewer