Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/09-git-and-other-scms/sections/client-bzr.asc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
==== Git and Bazaar

Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar].
Bazaar is free and open source, and is part of the http://www.gnu.org/[GNU Project].
Among the DVCS, another famous one is http://bazaar.canonical.com[Bazaar].
Bazaar is free and open source, and is part of the https://www.gnu.org[GNU Project].
It behaves very differently from Git.
Sometimes, to do the same thing as with Git, you have to use a different keyword, and some keywords that are common don't have the same meaning.
In particular, the branch management is very different and may cause confusion, especially when someone comes from Git's universe.
Expand Down
2 changes: 1 addition & 1 deletion book/09-git-and-other-scms/sections/client-tfs.asc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We'll cover the basic usage of both of them in this book.
====
You'll need access to a TFVC-based repository to follow along with these instructions.
These aren't as plentiful in the wild as Git or Subversion repositories, so you may need to create one of your own.
Codeplex (https://www.codeplex.com[]) or Visual Studio Online (http://www.visualstudio.com[]) are both good choices for this.
Codeplex (https://www.codeplex.com[]) or Visual Studio Online (https://visualstudio.microsoft.com[]) are both good choices for this.
====


Expand Down