Post AWwhBGt3ecpQlMBJEe by nathan@mastodon.zapashcanon.fr
(DIR) More posts by nathan@mastodon.zapashcanon.fr
(DIR) Post #AWwhBFKdR7hPwJ4IwS by maikel@fedi.maikel.dev
2023-06-22T09:27:40.547Z
0 likes, 0 repeats
I seriously need to gain some knowledge on working with others via GIT, i'm too used to own single-user repositories so all I really know isgit add . git commit -m "whatrever"git pushand get back those files whenever. But creating branches and PR are unknowns to me since on a single-user repo you wouldn't need it. You're the only one working on the code.
(DIR) Post #AWwhBGt3ecpQlMBJEe by nathan@mastodon.zapashcanon.fr
2023-06-22T09:47:02Z
0 likes, 0 repeats
@maikel you can use git commit -am to skip step 1!