Results 1 to 10 of 34

Thread: Pulling latest software changes from GIT

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #33
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    I run these command:

    Code:
    git pull origin master
    
    git log

    Last commit in gitlab result:
    Code:
    sherly@HOME:~/www/imagehostnow.com$ git pull origin master 
    
    remote: Counting objects: 32, done.
    remote: Compressing objects: 100% (31/31), done.
    remote: Total 32 (delta 22), reused 0 (delta 0)
    Unpacking objects: 100% (32/32), done.
    From ssh://git.buyscripts.in:10022/buyscripts/imagehost
     * branch            master     -> FETCH_HEAD
       8ffcaab..5bc1661  master     -> origin/master
    Updating 8ffcaab..5bc1661
    Fast-forward
     app/controllers/Admin/SettingsController.php |  2 ++
     app/controllers/UploadController.php         |  6 +++++-
     app/views/admin/settings/index.blade.php     | 12 ++++++++++++
     app/views/image/index.blade.php              |  8 ++++++--
     app/views/user/images.blade.php              |  4 ++--
     5 files changed, 27 insertions(+), 5 deletions(-)
    sherly@HOME:~/www/imagehostnow.com$ 
    sherly@HOME:~/www/imagehostnow.com$ git log
    commit 5bc166168c718b92944878fcf027ea2a50781082
    Merge: 015aac2 ee9a2f4
    Author: Yujin Boby <[email protected]>
    Date:   Wed Jan 21 06:35:33 2015 +0000
    
        Merge branch 'issue63' into 'master'
        
        Issue63
        
        fixed #63
        
        See merge request !52
    
    commit ee9a2f4cef4f07f4f5b6711f3628a1073f9cc4cb
    Author: Suneesh <[email protected]>
    Date:   Wed Jan 21 11:58:21 2015 +0530
    
        HTML share code for images
    
    commit 015aac2c438349804bb22838362d253ddffcc186
    Merge: daf196d c1d9f8b
    Author: Yujin Boby <[email protected]>
    Date:   Wed Jan 21 05:31:21 2015 +0000
    :
    Last edited by sherlyk; 01-21-2015 at 06:57 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •