git-guide
git-guide copied to clipboard
git - the simple guide
Under the section "Pushing Changes", the `main` branch is referred as the outdated name of `master`. Acceptance criteria: - Rename any instances of `master` to `main`
S**t
I teach both HS and university students (and even K-8, at times), and I'd feel more comfortable pointing them to this great resource if "Shit" weren't so prominent. Changing it...
hello,Could I download the git-guide and add it to my website? www.git.kim
You recommend "git add *" in several places. Because of wild cards this will often fail very badly! Issue 168 brought this up back in May!
ภาษาไทย
http://rogerdudler.github.com/git-guide/ no longer works as Github Pages subdomains under github.com are deprecated. Github now recommend setting up using github.io, as http://rogerdudler.github.io/git-guide/ _(unfortunately last update was June 2017 and last batch...
Há duas formas de alterar a origin. A primeira é: Remove a origin com: **git remote remove origin** E adicionar outra com: **git remote add origin git://suaUrl** A segunda forma...
Resolves issue #183. Any instance of `master` was renamed to `main`.
I dont see a favicon for the site. Otherwise, beautiful
The change that I made to the page for me was important, to give it more seriousness.