Jump to content

Sherlock

Moderators
  • Content Count

    1209
  • Joined

  • Last visited

  • Days Won

    25

Posts posted by Sherlock


  1. 2 hours ago, Roger Cigol said:

    A very interesting perspective from Joseph. I wonder how this can be changed..... Listening (and responding) to customers is one of the key reasons I am still in business.

    Oh, that's easy...decrease sales to a noticeable amount. But old timey companies with the "we do everything right" attitude owned by new timey "generate revenue or bust" corporations would die over that in an instant. So everything should go on the way it has always gone... move on, nothing to see here.


  2. On 9/25/2020 at 5:11 PM, Randall Carpenter said:

    Thanks so much to Sherlock for the help you provide in helping me get GetIt to work.  I appreciate it.

     

    Randall Carpenter

    Your welcome. Good job reading past the chatter, by the way.👍


  3. Did you install using an ISO image? If so have to enabled GetIt to go online?

    Please find the following in the Delphi 10.4.1 release notes:

    Quote

    If you use the offline installer, RAD Studio will not be able to access the GetIt Package Manager until you manually switch to "online mode". To do this, we recommend using the GetItCmd.exe tool: GetItCmd.exe -c=useonline

     

    • Like 1

  4. 1 hour ago, Anders Melander said:

    I don't think you can push unless you're on the tip of a branch. Your changes would overwrite the changes made between your current commit and the remote tip.

    I guess the remote could do an automatic merge but would that then be made in a new commit or would it alter the commit you made? Doesn't seem likely.

    IIRC pushing something not from tip will just open a new branch... but that might also be an optional setting.


  5. 10 minutes ago, Gustav Schubert said:

    1) Because for me there is no better was to see what has changed.
    2) When learning how to use git. I don't want to do that live at github.
     

    1) That is what a diff tool is for.

    2) Of course learning should be done with your own repository and your own server. But learning should also involve avoiding wrong uncomfortable patterns. And what you are doing is simply a waste of time and space. Everything you want to accomplish can be done with your first repository alone.

    • Like 2
×