Python Forum
Editing and testing a package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing and testing a package
#2
Typical steps include:

0) Forking the repository... (already done)
1) Installing git.
1.1) Reading basic documentation about git and how to use it.
2) Cloning the repository to local folder, e.g. git clone https://github.com/user_account/repository.git.
3) Modifying the code in the local folder where the repository was cloned.
4) Committing and pushing changes to forked copy of the repository. git add .; git commit -m "A string describing what is done"; git push origin master (probably you will use another branch name (not master), e.g. dev)

===
Are you a windows user? So, you probably will need to type git.exe instead of git command.
I didn't work on Windows a long time.
Reply


Messages In This Thread
Editing and testing a package - by amasta - Mar-19-2019, 11:56 AM
RE: Editing and testing a package - by scidam - Mar-19-2019, 12:17 PM
RE: Editing and testing a package - by buran - Mar-19-2019, 12:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  MPEG DASH Package implementation similar to M3U8 package anantha_narayanan 1 971 May-05-2025, 08:34 AM
Last Post: pintailscratchy
  Need help editing a PDF omar 4 2,211 Oct-22-2022, 08:52 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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