Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Regarding the configuring on Git
Forum Updated to NodeBB v4.3 + New Features

Regarding the configuring on Git

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 441 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Pradeep KumarP Offline
    Pradeep KumarP Offline
    Pradeep Kumar
    wrote on last edited by Pradeep Kumar
    #1

    Hi,

    The link specifies the configuration of git.
    Link Here

    I have a following query, should the configuration for git has to be done in project folder or globally , outside the project folder?

    Pradeep Kumar
    Qt,QML Developer

    Paul ColbyP 1 Reply Last reply
    0
    • Pradeep KumarP Pradeep Kumar

      Hi,

      The link specifies the configuration of git.
      Link Here

      I have a following query, should the configuration for git has to be done in project folder or globally , outside the project folder?

      Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @Pradeep-Kumar,

      should the configuration for git has to be done in project folder or globally

      I can see no technical reason why you would need to do this globally. However, if you do it locally, then you would need to do it for every Qt-related repo, and since Qt uses quite a number of separate repos, that might be a pain or just generally more error prone.

      Once you push change requests upstream, there's no way for upstream repos to know if you used global or local config, just as long as the config with set correctly either way. So do what fits best with your development practices.

      (It is possible, I suppose, that some git config variables are not valid locally, but I see no mention of anything like that in the git help config output).

      Cheers.

      1 Reply Last reply
      3

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved