I would like to create a github repository using a command line/batch script or whatever on windows. This request works on https://reqbin.com/
I'm hosting on Heroku. When I push: git push master Heroku I get the error: error: src refspec master does not match any. error: failed to push some refs to 'g
How can we migrate a project SVN to Gitlab ? if we commit to SVN , will be automatically change in gitlab referenciel ?
I would like to know what would be the best way to keep and transfer my SQL Server database scripts (views, trigger, ...) and my files (dataset and reports) fr
I have a structure on my local like this: root/ dir 1 dir 2 dir 3 dir 4 dir 5 dir 6 dir 7 dir 8 dir 9 dir 10 dir 11 dir 12 but when i commit it and push to git
I've install and config a local repo server with Ubuntu 20.4.03 using the following link [https://www.linuxtechi.com/setup-local-apt-repository-server-ubuntu/#:
hello there I was trying to add this repository allprojects { repositories { google() mavenCentral() } } but don't know why I'm getting
I cloned a repo from github I made, I did some changes. My repo on github has 2 branches, main and dev. I want to push my changes to dev first and then main. I
I cloned a repo from github I made, I did some changes. My repo on github has 2 branches, main and dev. I want to push my changes to dev first and then main. I
There are several posts on stackoverflow about this question, but I'm still not able to understand it fully. Different architectures like the layered architectu
So, I'm currently working with an Airflow installation via MWAA. I'm having this issue with a broken dependency, specifically: ERROR: pip's dependency resolve
i'm using flutter bloc. i want to emit the data from a repo to a state. how do i get the data from the repo to show in the cubit? This is my cubit: void getPro
I created a django project and want to share it with my team members, however in the settings files it contains some passwords for the database etc. Of course w
I have an Object defined that has ChildAccountList of Strings as one of the attributes. Is there a findBy method that I can use such that it will return the li
How do I use a parameter multiple times in the same query? Here is my Query: @Query(value = """ SELECT * FROM person WHERE first_name = ? or last_name =
I cannot find a single article/example of this scenario but here is what I am attempting to do. I want to create AWS Amplify infrastructure using a AWS CloudFor
If someone tries to implement the CQRS pattern without repository in DDD, in which layer should it be done? Infrastructure or Application Layer?
I have a repo with 2 folders - 1 for the server, 1 for the client, and each folder has its own package.json file. I am trying to deploy the server to Heroku, bu
I have two ADO repositories named private2 and public2. private2 references public2 as a submodule: I also added a yaml file (vsts-cicd.yml) for build as follo
I use the command git log --all --decorate --graph --oneline very often and I want to create an git alias for --all --decorate --graph --oneline. I tried with