# Clase git
## Conceptos básicos
Commits son inmutables
Commits contienen
- SHA1
| [MenuItem("AssetBundles/Print all Asset Bundle names")] | |
| static void PrintAssetBundlesToDebugConsole() | |
| { | |
| var sb = new StringBuilder(); | |
| var globalTimer = new Stopwatch(); | |
| var timer = new Stopwatch(); | |
| globalTimer.Start(); | |
| timer.Start(); |
| name: Format check on pull request | |
| on: pull_request | |
| jobs: | |
| dotnet-format: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/[email protected] | |
| with: | |
| fetch-depth: 0 |