Question

2 pts Which is the correct order to use for sending a new file to your github.com repo? 1. git commit-m my nie 2. git push o
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer : 3, 1, 2

first step is :

git add myFile.txt

second step is :

git commit -m "my File"

third step is :

git push origin master

Add a comment
Know the answer?
Add Answer to:
2 pts Which is the correct order to use for sending a new file to your...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Which of the following tells git that you want to track a particula my File,js in...

    Which of the following tells git that you want to track a particula my File,js in the repository? file name 5. a. git init myFile.js b. git add myFile.js c. git commit my File.js d. git push myFile.js https://mygit.com/myuser/myrepo) that we want to refer to as backuprepo" to our local git, we would use the command a. git remote backuprepo https://mygit.com/myuser/myrepo b. ь, git add backuprepo https://mygit.com/myuser/myrepo c git add backup backuprepo https://mygit.com/myuser/myrepo d. git remote add backuprepo https://mygit.com/myuser/myrepo e...

  • Boot into your Linux partition (or open Linux in a VirtualBox VM). You will create a...

    Boot into your Linux partition (or open Linux in a VirtualBox VM). You will create a new directory in your home directory called csci2020u/lab02. We’ll add this folder to the Git repositories. Use the following steps to complete this lab: 1. Change into the csci2020u directory 2. Make a new directory, called lab02 3. Add the lab02 directory to Git 4. In the lab02 directory, create the directory structure used by Gradle (the files will be initially empty, you can...

  • Homework 2: Avatar Cosmetic Description Use Decorator Pattern to design a command-line based avatar customization system...

    Homework 2: Avatar Cosmetic Description Use Decorator Pattern to design a command-line based avatar customization system for a game. The user shall select an avatar from two options: a male and a female. The user shall select various cosmetics for the avatar, including: Jacket T-shirt Jeans Shorts Sunglasses Running Shoes The system shall display the description of the avatar at the end of the customization. Example UI Welcome to the Avatar 1.0 System! Please select a cosmetic for your character:...

  • Chapter 2 Review Required Data File: healthy.png Create a new HTML file in Notepad++ with the...

    Chapter 2 Review Required Data File: healthy.png Create a new HTML file in Notepad++ with the title Lab 2 . Save the file as Review 2. In the body section, add an <h1> heading, Healthy Living Plan. Format the heading to use the heading 1 style centered-aligned on the Web page. Add the centered paragraph of text shown in Figure 2 below. Add a horizontal rule with a height of 10 pixel, a width of 80%, and a background color...

  • VI Exercise Ex 1. At your home directory, create a new file “test1” which contains following...

    VI Exercise Ex 1. At your home directory, create a new file “test1” which contains following 2 lines, save and exit. Hello, This is my vi test file SOI Asia project stands for School of Internet Asia project Ex 2. Edit file “test1” to contain following content. Change content on first line by using command “x” to delete unwanted characters and then inserting desired texts. Then use “G” to go to last line and press “o” to insert text at...

  • When we test your Fraction.java we will use the given FractionTester.java file. Your Fraction.java file -MUST-...

    When we test your Fraction.java we will use the given FractionTester.java file. Your Fraction.java file -MUST- work perfectly with the supplied FractionTester.java file. You may NOT modify the FractionTester to make your Fraction class work right. Starter Fraction File: Fraction.java ADD METHODS TO THIS FILE. HAND IN THIS FILE ONLY. Given/Completed Tester File: FractionTester.java DO NOT MODIFY. DO NOT HAND IN. You are to add the following methods to the given Fraction.java file public Fraction add( Fraction other) returns a...

  • what is the correct answer for this? Incorrect Question 2 0/1 pts Which of the following...

    what is the correct answer for this? Incorrect Question 2 0/1 pts Which of the following correctly demonstrates the use of an array initializer list? Choose all that apply. int[] my_array = {1, 2, 3, 4, 5); int[] my_array = [1, 2, 3, 4, 5]; int my_array = (1,2,3,4,5); int my_array = new {1, 2, 3, 4, 5); none of these

  • can u help me with 1,2,3? 1. (2 pts - 1 pt for correct traveling order,...

    can u help me with 1,2,3? 1. (2 pts - 1 pt for correct traveling order, 1 pt for explanation) Based on the skeletal structures of biphenyl, benzhydrol and benzophenone, for a given TLC eluent, which of the three compounds would you expect to travel further on the TLC plate, and why? Copy your prediction into the Introduction section of your lab notebook. 2. (1 pt -0.5 pts per spot) Calculate the retention factor (R1) for each of the spots...

  • Use the csv file on spotify from any date Code from lab2 import java.io.File; import java.io.FileNotFoundException;...

    Use the csv file on spotify from any date Code from lab2 import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.util.Arrays; import java.util.Scanner; public class SongsReport {    public static void main(String[] args) {               //loading name of file        File file = new File("songs.csv"); //reading data from this file        //scanner to read java file        Scanner reader;        //line to get current line from the file        String line="";       ...

  • Need help about C PROGRAMMING,, pls use only C LANGUAGE.., yea so im doing this exercise...

    Need help about C PROGRAMMING,, pls use only C LANGUAGE.., yea so im doing this exercise as a practice for c programming, could someone do this as well so i could compare if my code makes makes sense and to see and help correct the errors im getting right now.. Any helpful help would be appreciated.. Pointers &Pointer arithmetic Memory allocation and freeing Main topics: Exercise This lab is designed to give you practice working with pointers and memory allocation...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT