- Joined
- Dec 13, 2006
- Messages
- 11,353
- Reaction score
- 3,179
As I use my favorite tool for tracking software changes to my sites, I thought... HEY - why don't I tell everyone about it? After all, it is free.
I use a GIT program to do my management and it is pretty nice. The one I use is called SourceTree (by Atlassian). What it allows me to do is update my site and show the changes so that I can back-track and fix something I may have broken Well... it is really all about tracking your code changes. I have a local GIT folder for my websites and when I make code changes it detects that change. Then I put a comment into the specific code change and upload the new file(s) to my website.
Anyway - probably not a great explanation, but here is a nice image:
Have a look, I think it will be worth your time. In the image I selected one of the files I just updated by adding a new menu item on. It shows all that information including the code change itself.
Cool.
I use a GIT program to do my management and it is pretty nice. The one I use is called SourceTree (by Atlassian). What it allows me to do is update my site and show the changes so that I can back-track and fix something I may have broken Well... it is really all about tracking your code changes. I have a local GIT folder for my websites and when I make code changes it detects that change. Then I put a comment into the specific code change and upload the new file(s) to my website.
Anyway - probably not a great explanation, but here is a nice image:
Have a look, I think it will be worth your time. In the image I selected one of the files I just updated by adding a new menu item on. It shows all that information including the code change itself.
Cool.