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)
#3
(Jan-26-2018, 06:52 PM)Mekire Wrote: 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.

I just checked out to a dev branch, and then a working branch, and tried to redistribute my folders and files among them, and had nothing but frustration and failure.

So I tried deleting my local repo and recreating it from scratch with the folders and files properly distributed to the two branches (with only the readme and license in the root of the master branch), and again had nothing but frustration and failure.

Then I deleted the repo folder again and inadvertently initialized a repo in its parent folder, which is my user home folder. I deleted the .git subfolder right away before mkdir repo folder, cd to it, and running git init, configuring, and pulling the remote into it, but there's something weird going on.

It's gotten to the point that I'm going to delete the remote repo, back up my date, and reinstall my operating system just to get rid of any clutter created by git. And think twice about using git again.
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  seeking names for my functions Skaperen 0 1,039 Sep-25-2022, 10:56 PM
Last Post: Skaperen
  updated synology package mbierman 1 1,732 Apr-14-2020, 09:15 PM
Last Post: Larz60+
  SEEKING BETA TESTERS W/ PYTHON EXPERIENCE ltarshis 0 1,695 Feb-19-2019, 06:24 PM
Last Post: ltarshis
  any more repo sites? Skaperen 4 3,424 Jul-03-2018, 11:40 PM
Last Post: metulburr
  Seeking Advice: Multiple workstations for one project mfayler 6 7,035 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