Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please answer all parts 2. You decide to start up a new project; a calendar application for your friends to use. After creating your directory
please answer all parts
2. You decide to start up a new project; a calendar application for your friends to use. After creating your directory and setting up, you realize that you need to set up git for the project. What command do you need to use to initialize your local git repository for the project? (1 point) YOUR ANSWER GOES HERE 3. You start working on your project, and soon have some new work done that you want to save. What commands do you run (in order) so that your changes are committed to your local git respository? (1 point) YOUR ANSWER GOES HERE 4. You decide to add in some of the aliases that you learned in lab to your local setup. What is the name of the file where this change should be added? (1 point) YOUR ANSWER GOES HERE 5. At this point, you decide that you should set up GitHub repository to track your changes online (and to show recruiters at career fairs). After setting it up, you get the link to your remote repository at https://github.com/alan-turing/calendarapp.git. What command do you use to set this URL as your remote URL, assuming you want to name it origin ? (1 point) YOUR ANSWER GOES HERE 6. You now want to ignore your configuration files, so that you don't clutter up your repository. What is the name of the file where this should go? (1 point)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started