Reposit Data Structure - Configuration

4 important questions on Reposit Data Structure - Configuration

What are the levels for the GIT configuration?
How can these be set and where are they stored.

System, user and Reposit.

Set by command:  $git config
System level stored at:  /etc/gitconfig
User level stored at:     ~/gitconfig  
Repository level stored at:  .git/config

How can help be viewed for GIT?

Konquarror -> man:/git

How can a new project be created in GIT?

- $git init => creates a .git dir (repository skeleton)
- $git clone [url] => clones an existing project
  • Higher grades + faster learning
  • Never study anything twice
  • 100% sure, 100% understanding
Discover Study Smart

How can files be filtered (ignored) in GIT?

Create a ".gitignore" file in the (top) dir of project that states all file types that must be ignored (while untracked!).

The question on the page originate from the summary of the following study material:

  • A unique study and practice tool
  • Never study anything twice again
  • Get the grades you hope for
  • 100% sure, 100% understanding
Remember faster, study better. Scientifically proven.
Trustpilot Logo