• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
1 2 3 4 Next »
Working with GitHub repository [updated: 04/02/2015]

 
  • 0 Vote(s) - 0 Average
Working with GitHub repository [updated: 04/02/2015]

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,682
Threads: 185
Joined: Jun 2012
#5
01-02-2014, 04:41 PM
TulipVorlax, I think you can use the show command for that. Take a look at the pictures below and see if they answer your question...

If everything was "fetched" all informations should be updated and we can use git show -s [object] to verify the latest updates.

Here is a sequence of actions for exemplify the situation:
  • We ran git commit and we are advised that the new file we add is untracked. In order to force it be added to Wings3d project we need to use git add <file name>. Then we can repeat the commit command.
    [Image: 2-git-commit_zps9e39206b.png]
    An text editor will be displayed as shown below and after we save the changes a small summary will follow the commit command line in the shell.
    [Image: 3-git-commit-comment_zps1d04c573.png]obs: note the advice bout the "#". We need to remove it in order to enable the command be executed ("new file:").
    .
  • In order to verify what was the latest commit/update to a branch we can use the git show command. Below the picture show my local master branch information, my remote (origin) master branch and the dgud's master branch (the main developer - the source code for the last Wings3d release)
    [Image: 4-git-show_zpscdafd975.png]
If the steps 7 and 8 were executed the origin/master and dgud/master information would be identical.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Working with GitHub repository [updated: 04/02/2015] - by micheus - 06-07-2013, 08:33 PM
RE: Working with GitHub repository - by povmaniac - 06-07-2013, 08:50 PM
[Translating Wings3D] Working with GitHub [updated: 04/23/2016] - by micheus - 01-02-2014, 12:23 AM
RE: [Building Wings3D] Working with GitHub repository [updated 01/01/14] - by TulipVorlax - 01-02-2014, 02:14 AM
Re: Working with GitHub for Translations - by micheus - 01-02-2014, 04:41 PM
RE: [Building Wings3D] Working with GitHub repository [updated 01/01/14] - by TulipVorlax - 01-03-2014, 09:39 AM
RE: [Building Wings3D] Working with GitHub repository [updated 01/01/14] - by micheus - 01-03-2014, 04:02 PM
Updated: 06/15/2015 - by micheus - 06-15-2015, 09:02 PM
[updated: 10/29/2015] - by micheus - 10-29-2015, 05:00 PM
RE: Working with GitHub repository [updated: 04/02/2015] - by dgud - 10-29-2015, 07:07 PM
RE: Working with GitHub repository [updated: 04/02/2015] - by micheus - 10-29-2015, 07:14 PM
RE: Working with GitHub repository [updated: 04/02/2015] - by dgud - 10-30-2015, 01:41 PM
Using Dialyzer - by micheus - 04-17-2019, 01:37 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode