Skip to content

Commit f8c74c8

Browse files
committed
Expand undefined alias
"lga" is not defined anywhere in the text; all other examples use explicit "git log ..." Signed-off-by: Thomas Ackermann <[email protected]>
1 parent 1b6af38 commit f8c74c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-tfs.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ As an example, let's create one:
387387
PS> git tfs branch $/tfvc-test/featureBee
388388
The name of the local branch will be : featureBee
389389
C26 = 1d54865c397608c004a2cadce7296f5edc22a7e5
390-
PS> git lga
390+
PS> git log --oneline --graph --decorate --all
391391
* 1d54865 (tfs/featureBee) Creation branch $/myproject/featureBee
392392
* ff04e7c (HEAD, tfs/default, master) update code
393393
* 71a5ddc update readme

0 commit comments

Comments
 (0)