Sign in to follow this  
Followers 0
Ptica

Вопрос по GIT

  • ветки
  • git гит

    1 post in this topic

    Posted (edited)

    Сделал git pull на локальном компьютере

    $ git pull origin master
    remote: Counting objects: 21, done.
    remote: Compressing objects: 100% (20/20), done.
    remote: Total 21 (delta 12), reused 0 (delta 0)
    Unpacking objects: 100% (21/21), done.
    From
     * branch            master     -> FETCH_HEAD
       8eb2d5d..b4203c5  master     -> origin/master

    Что значат последние две строки?

    git status выводит следующее:

    $ git status
    On branch master
    Your branch is up-to-date with 'origin/master'.
    Untracked files:
      (use "git add ..." to include in what will be committed)

            FETCH_HEAD

    nothing added to commit but untracked files present (use "git add" to track)
     

     

    Edited by Ptica

    Share this post


    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!


    Register a new account

    Sign in

    Already have an account? Sign in here.


    Sign In Now
    Sign in to follow this  
    Followers 0