Python Forum
Seeking input on my remote Python repo structure/look (recently updated)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seeking input on my remote Python repo structure/look (recently updated)
#2
The first thing that strikes me is, why do you have folders called dev and working.
This seems like this should be handled with repo branches. In general git workflow you have a master branch. Then you create a branch called dev; work in that branch; and then merge that with master when it is ready.

Of course in small projects people might not bother with this and push directly to master but that isn't ideal methodology.
Reply


Messages In This Thread
RE: Seeking input on my remote Python repo structure/look (recently updated) - by Mekire - Jan-26-2018, 06:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  seeking names for my functions Skaperen 0 1,022 Sep-25-2022, 10:56 PM
Last Post: Skaperen
  updated synology package mbierman 1 1,722 Apr-14-2020, 09:15 PM
Last Post: Larz60+
  SEEKING BETA TESTERS W/ PYTHON EXPERIENCE ltarshis 0 1,687 Feb-19-2019, 06:24 PM
Last Post: ltarshis
  any more repo sites? Skaperen 4 3,393 Jul-03-2018, 11:40 PM
Last Post: metulburr
  Seeking Advice: Multiple workstations for one project mfayler 6 6,995 Oct-18-2016, 08:25 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020