gitimmersion | A guided tour that walks through the fundamentals of Git | Learning library
kandi X-RAY | gitimmersion Summary
kandi X-RAY | gitimmersion Summary
A guided tour that walks through the fundamentals of Git.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gitimmersion
gitimmersion Key Features
gitimmersion Examples and Code Snippets
Community Discussions
Trending Discussions on gitimmersion
QUESTION
I am absolutely new to Git and the concept of it. I am going through a git immersion here: http://gitimmersion.com/lab_03.html I am creating a directory called hello by using the command
...ANSWER
Answered 2020-Feb-25 at 01:58It looks like you are trying to make a directory in the "root" directory, as I see your current working directory is /
. This probably isn't where you want to create any files or folders, it's just something added by your terminal-emulator to give you a "bash"-like (linux) environment.
To get to one of your Windows drives, for example C, use cd /c
. You can see where you currently are with pwd
.
Also see:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gitimmersion
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page