Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

~$ ls Devel 
   project

~$ ls Devel/project 
   hello_world.py
   foo.py
   bar.py

Now we want to track the progress of the python files. So we move to the working directory and run the following command:

~$ cd Devel/project
~$ git init

This will create the git repository. We can confirm this by checking that we have the following files in the directory

~$ ls -la
    hello_world.py
    foo.py
    bar.py
    .git


Artículos Relacionados

Filter by label (Content by label)
showLabelsfalse
max5
spacesDCG
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("code","git","github") and type = "page" and space = "DCG"
labelsgit github code

...