Opened 6 years ago
Closed 6 years ago
#9422 closed defect (fixed)
GitHax Documentation Suggestion
Reported by: | hletteron | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Core Tor/Tor | Version: | |
Severity: | Keywords: | ||
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
I was just going through the instructions on how to get set up with Tor, found here:
https://gitweb.torproject.org//githax.git?a=blob;f=doc/Howto.txt;hb=HEAD
It has:
80 Let's mess around with the repository a bit.
81
82 -----
83 % git status
84 # On branch master
85 nothing to commit (working directory clean)
86 -----
Until I first "cd"ed into the created "tor" directory, when I tried running "git status", I received the error:
fatal: Not a git repository (or any of the parent directories): .git
In the attached patch I added a new line:
% cd PROJECT
Child Tickets
Attachments (1)
Change History (2)
Changed 6 years ago by
Attachment: | HowTo.patch added |
---|
comment:1 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Applied. thanks!