Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Kapil Raikwar




Posted Answers



Answer


A Git project will have three main sections.

Git stores everything it needs to accurately track the project in the Git directory. The object database includes zip versions of the project files.

A user makes changes to a project in the working directory.

The object database project files are placed on the user's local machine by pulling them from the working directory.

The mount zone is a file that holds information about what will happen on your next commit. When you tell Git to save the staged changes, a commit is what it is. Git keeps a snapshot of the files as they are, and permanently stores them in the Git directory.

There are three main states a file can be in, committed, modified, and staged.

Each time a change is made to the file, it is changed to the working directory. When you move it to the staging area, it's staged. After committing, it is committed.

Git has a tool that allows you to modify your environment. You can change the look and feel of Git by setting certain configuration variables. You can run these commands from a command line interface on your machine.

There are three levels of where these variables are kept.

If settings conflict with each other, project-level settings and user-level settings will be used.

Git looks for the user-level configuration file in your $HOME directory. Git looks for /etc/gitconfig, which is relative to the MSys root, which is where you decide to install Git on your Windows system when you run the installer.

If you're using version 2.x or later of Git for Windows, there's also a system-level configuration file at C:\Documents and Settings\All Users\Application Data\Git\config on Windows XP, and at C:\ ProgramData\Git\config on Windows Vista and later. The config file can only be changed by an administrator.

The email and usernames are included in a commit. You'll want to use these commands to set it up.

You can change the text editor in Git.

The --wait option tells the shell to wait for the text editor so you can do your work in it before the program proceeds.

You can change the color of the Git output with this command.


Answer is posted for the following question.

How to undo git add?

Answer


Fully grown , the Tibetan Terrier resembles a miniaturized Bearded Collie The head is moderate, with a strong muzzle of medium length, and a skull neither


Answer is posted for the following question.

When is a tibetan terrier full grown?

Answer


An applicant for a Virginia driver's license or identification card may request that one or more medical indicators be placed on their driver's license /ID


Answer is posted for the following question.

What is a class d drivers license in va?

Answer


Old English is the oldest form of English.There was a time when the word "CE" was used.Germanic tribes known as the Angles, Saxons, and Jutes developed old English from a set of North Sea dialects.

Three Germanic tribes invaded Britain in the 5th century AD and started the history of the English language.The Angles, the Saxons, and the Jutes traveled across the North Sea.

The History of English can be found here.


Answer is posted for the following question.

Who made the English language?

Answer


Latvia will be open for foreigners, including Russian ones, from March 1, 2022 Russia cancels obligatory quarantine for tourists from African countries


Answer is posted for the following question.

When will russia reopen to tourists?

Answer


Information and tickets for the music gig of ZZ Top, which is taking place on Nov. 1, 2014 at Majestic Theatre in San Antonio, TX, USA.21 Aug 2022Def Leppard


Answer is posted for the following question.

What is the zz top concert in san antonio?

Answer


1
df[i].values.tolist()

Answer is posted for the following question.

How to AttributeError: 'Series' object has no attribute 'toarray' (Python Programing Language)


Wait...