learn-git icon indicating copy to clipboard operation
learn-git copied to clipboard

Just a basic repository for learning git.

Results 132 learn-git issues
Sort by recently updated
recently updated
newest added

i created repo with README.md and then the first branch on my Github was 'main' and after i 'git push origin master' there was some issue, master branch was created...

name: learn-github-actions on: [push] jobs: check-bats-version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: '14' - run: npm install -g bats - run: bats -v

Por ahora no entiendo por qué hago esto

I added this cleaver sentences during meeting