Timeline for Git(flow) workflow for web development
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 3, 2018 at 0:05 | history | tweeted | twitter.com/StackSoftEng/status/980959509224083456 | ||
| S Apr 2, 2018 at 19:25 | history | suggested | Grant Miller |
Add 'web-development' tag
|
|
| Apr 1, 2018 at 23:09 | review | Suggested edits | |||
| S Apr 2, 2018 at 19:25 | |||||
| Jun 6, 2015 at 16:52 | answer | added | Ant P | timeline score: 2 | |
| Jun 6, 2015 at 15:09 | history | edited | TheWolf | CC BY-SA 3.0 |
deleted 4 characters in body
|
| Jun 5, 2015 at 8:50 | comment | added | TheWolf | We added the testing branch because we have the webtest server where beta users can test new stuff and we can't let them test on webdev because over there things are frequently broken while developers make their changes. The problem in web development (at least in our case) is that the developers can't actually develop on their own machines, but have to upload their changes to webdev to see their effects. | |
| Jun 5, 2015 at 7:55 | answer | added | hd. | timeline score: 8 | |
| Jun 5, 2015 at 7:23 | comment | added | Basile Starynkevitch | It also depends of the techniques & methodologies used for your web development. Developing a web application with HOP or Ocsigen is very different (and more productive) -since they enable easy mixed browser&server programming- than working the old fashioned way in PHP + Javascript. | |
| Jun 5, 2015 at 7:21 | comment | added | JSBach | It seems pretty complex. What I would do in your case is: learn about the original git flow and try to use it, add the complexity as needed. You might find out that it fits your necessities. For instance, you might not need the testing branch (it has no development running into it, you are just using it because the code is under test. You could use tags for that. In my case, development is everything that is "testable". Every programmer that is working on a feature has his/her own branch | |
| Jun 5, 2015 at 7:07 | review | First posts | |||
| Jun 5, 2015 at 13:51 | |||||
| Jun 5, 2015 at 7:05 | history | asked | TheWolf | CC BY-SA 3.0 |