Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: just wanted to show what I managed to write with your help

by Anonymous Monk
on Nov 12, 2012 at 14:39 UTC ( [id://1003453]=note: print w/replies, xml ) Need Help??


in reply to Re^4: just wanted to show what I managed to write with your help
in thread just wanted to show what I managed to write with your help

FWIW, learning git isn't too critical, as long as you archive your directory before adding new features and bump the version (hey, its The Git Parable (how git works, inventing git ))

you can turn zip-files into a git repo when/if there is a demand ( if gitpan can do it :)

But if you do want to learn it I recommend http://githowto.com/ (Git HowTo TOC in spoiler)

  • 1. Preparation
  • 2. The final preparation
  • 3. Creating a Project
  • 4. Checking the status of the repository
  • 5. Making changes
  • 6. Staging the changes
  • 7. Staging and committing
  • 8. Commiting the changes
  • 9. Changes, not files
  • 10. History
  • 11. Aliases
  • 12. Getting older versions
  • 13. Tagging versions
  • 14. Discarding local changes (before staging)
  • 15. Cancel Staged changes (before committing)
  • 16. Cancelling commits
  • 17. Removing a commit from a branch
  • 18. Removing the oops tag
  • 19. Changing commits
  • 20. Moving files
  • 21. More information about the structure
  • 22. Inside Git: .Git directory
  • 23. Git inside: Direct work with git objects
  • 24. Creating a Branch
  • 25. Navigating Branches
  • 26. Changes to master branch
  • 27. View the different branches
  • 28. Merging
  • 29. Creating a conflict
  • 30. Resolving Conflicts
  • 31. Relocating as an alternative to merging
  • 32. Resetting the style branch
  • 33. Reset of the Master branch
  • 34. Rebase
  • 35. Merging to the Master branch
  • 36. Multiple repositories
  • 37. Cloning repositories
  • 38. Examine the cloned repository
  • 39. What is origin?
  • 40. Remote branches
  • 41. Changing the original repository
  • 42. Fetching changes
  • 43. Merging pulled changes
  • 44. Pulling and merging changes
  • 45. Adding a tracking branch
  • 46. Bare repos
  • 47. Adding a remote repository
  • 48. Submitting changes
  • 49. Removing common changes
  • 50. Placing your git repository
  • 51. Sharing repositories
  • Thank you!
  • Comment on Re^5: just wanted to show what I managed to write with your help

Replies are listed 'Best First'.
Re^6: just wanted to show what I managed to write with your help
by Anonymous Monk on Nov 13, 2012 at 11:01 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1003453]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found