Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What is ‘Staging Area’ or ‘Index’ in GIT?
Home
DevOps
What is ‘Staging Area’ or ‘Index’ in GIT?
asked
Nov 27, 2019
in
DevOps
by
rajeshsharma
Q:
What is ‘Staging Area’ or ‘Index’ in GIT?
#staging-area
Answer
▼ Show
1
Answer
0
votes
answered
Nov 27, 2019
by
sharadyadav1986
Before committing a file, it must be formatted and reviewed in an intermediate area known as ‘Staging Area’ or ‘Indexing Area’.
#git add <file_name>
DevOps
Learn More with Madanswer
Related questions
0
votes
Q: What is the meaning of “Index” or “Staging Area” in GIT?
asked
Mar 26
in
Git
by
rajeshsharma
index
staging-area
git-staging
0
votes
Q: What is “Staging Area” or “Index” in GIT?
asked
Apr 18, 2020
in
Git Slack Integration
by
SakshiSharma
#git-staging-area
0
votes
Q: What is ‘staging area’ or ‘index’ in Git?
asked
Oct 15, 2019
in
Git
by
rajeshsharma
staging-area
index-in-git
git-index
index-git
0
votes
Q: What is the use of Staging area or Indexing in Git?
asked
May 21, 2020
in
Git
by
SakshiSharma
#git-indexing
#indexing-git
#git-staging-area
0
votes
Q: What is Production Area or Index in GIT?
asked
Sep 5, 2020
in
Git
by
SakshiSharma
#git-production-are
#git-index
+1
vote
Q: What is the GIT command to skip staging and directly commit the changes directly ?
asked
Jul 25, 2019
in
Git
by
SakshiSharma
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
0
votes
Q: Which Git command to skip staging and commit the changes directly?
asked
Jun 8, 2020
in
Git
by
DavidAnderson
#git
...