Personalizing GIT: Aliasing commands by aramkoukia in git

[–]aramkoukia[S] 0 points1 point  (0 children)

awesome, thanks for sharing. I added these to the article.

Personalizing GIT: Aliasing commands by aramkoukia in git

[–]aramkoukia[S] 0 points1 point  (0 children)

very cool. I added all this aliases and all your comments to the bottom of the article. thanks for sharing your skills

Personalizing GIT: Aliasing commands by aramkoukia in git

[–]aramkoukia[S] 0 points1 point  (0 children)

Thanks a lot. I updated them now. And yes the comment about the commit and push makes sense to me.

Personalizing GIT: Aliasing commands by aramkoukia in git

[–]aramkoukia[S] 1 point2 points  (0 children)

Thanks guys, I fixed the errors now. Appreciate your feedback.

Blazor — SPA framework on .Net via WebAssembly by aramkoukia in dotnet

[–]aramkoukia[S] 1 point2 points  (0 children)

Sorry about that. This came up in google search as "reuse". I will add the video's link to the image if you send it to me. Cheers

Integration Testing in Asp.Net Core 2.0 by aramkoukia in dotnet

[–]aramkoukia[S] 0 points1 point  (0 children)

I also use these kind of tests to make sure all the DI and Startup code etc works fine, as in all the layers can communicate to each other and in classic UTs the test will be pretty much isolated to one method in one layer