Skip to content
View bilardi's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@pandle

Block or report bilardi

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bilardi/README.md

About Me Badge PandLE Badge PyPI Badge Read the Docs Badge Resume Badge Stackoverflow Badge Test Badge

Pinned Loading

  1. aws-tool-comparison aws-tool-comparison Public

    AWS tool comparison

    Python 1

  2. pandle/net pandle/net Public

    Playing AND LEarning - materials of non profits organization

    CSS

  3. percona-docker percona-docker Public

    Forked from percona/percona-docker

    Collection of Dockerfiles for Percona sofware. See my branch testing.

    Shell

  4. python-prototype python-prototype Public

    Python package prototype

    Python

  5. resume resume Public

    My iterative resume

    HTML 2

  6. How to changing email addresses glob... How to changing email addresses globally
    1
    ## If you want to use different git configuration
    2
    I use different email for my personal project and my work, so I use to set up user and email into .git/config
    3
    ```
    4
    git config user.name "Alessandra Bilardi"
    5
    git config user.email "your@email.ext"